Unverified Commit f2a9bbb7 authored by Samruddhi Khandale's avatar Samruddhi Khandale Committed by GitHub

ruby: fix sourcing bug (#37)

fix sourcing bug
parent 1063e129
...@@ -268,7 +268,5 @@ if [ ${SKIP_RBENV_RBUILD} != "true"] ; then ...@@ -268,7 +268,5 @@ if [ ${SKIP_RBENV_RBUILD} != "true"] ; then
fi fi
# Clean up # Clean up
source /usr/local/rvm/scripts/rvm su ${USERNAME} -c ". /usr/local/rvm/scripts/rvm && rvm cleanup all && \"$(which gem || echo ${ROOT_GEM})\" cleanup"
rvm cleanup all
gem cleanup
echo "Done!" echo "Done!"
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment