Skip to content
Snippets Groups Projects
Commit ea5a844e authored by Nicolas Noble's avatar Nicolas Noble
Browse files

Merge pull request #7 from nicolasnoble/nicolasnoble-patch-4

Update build_artifact_ruby.sh
parents 4bb713b8 5bb9a916
No related branches found
No related tags found
No related merge requests found
...@@ -33,7 +33,7 @@ SYSTEM=`uname | cut -f 1 -d_` ...@@ -33,7 +33,7 @@ SYSTEM=`uname | cut -f 1 -d_`
cd $(dirname $0)/../.. cd $(dirname $0)/../..
if [ "$SYSTEM" == "Darwin" ] ; then if [ "$SYSTEM" == "Darwin" ] ; then
./tools/distrib/build_ruby_environment_macos.sh /bin/bash ./tools/distrib/build_ruby_environment_macos.sh
fi fi
set +ex set +ex
[[ -s /etc/profile.d/rvm.sh ]] && . /etc/profile.d/rvm.sh [[ -s /etc/profile.d/rvm.sh ]] && . /etc/profile.d/rvm.sh
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment