We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d2142a commit c1d954aCopy full SHA for c1d954a
script/functions.sh
@@ -13,7 +13,9 @@ MAINTENANCE_BRANCH=`cat maintenance-branch`
13
14
# Don't allow rubygems to pollute what's loaded. Also, things boot faster
15
# without the extra load time of rubygems. Only works on MRI Ruby 1.9+
16
-export RUBYOPT="--disable=gem"
+if is_mri; then
17
+ export RUBYOPT="--disable=gem"
18
+fi
19
20
function clone_repo {
21
if [ ! -d $1 ]; then # don't clone if the dir is already there
0 commit comments