From 8f749985501e1053b28d7aca9618e9e71b26b321 Mon Sep 17 00:00:00 2001 From: Ed James Date: Thu, 9 Feb 2017 14:09:17 +0000 Subject: [PATCH] include current Ruby install path in PATH --- bin/exec-env | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bin/exec-env b/bin/exec-env index 5cc51a5..e51fbfa 100755 --- a/bin/exec-env +++ b/bin/exec-env @@ -8,3 +8,5 @@ if [ "$RUBYLIB" = "" ]; then else export RUBYLIB="$ruby_plugin_dir/rubygems-plugin:$RUBYLIB" fi + +export PATH=$install_path/bin:$PATH -- GitLab