Loading bin/ruby-build +6 −4 Original line number Diff line number Diff line Loading @@ -444,7 +444,7 @@ build_package_ree_installer() { build_package_rbx() { local package_name="$1" { bundle { bundle --path=vendor/bundle ./configure --prefix="$PREFIX_PATH" $RUBY_CONFIGURE_OPTS rake install fix_rbx_gem_binstubs "$PREFIX_PATH" Loading Loading @@ -743,11 +743,13 @@ bundle() { } isolated_gem_dependency() { local output="$(command $1 2>/dev/null || true)" if [ -z "$output" ]; then set +E ( command $1 &>/dev/null ) || { set -E shift 1 isolated_gem_install "$@" fi } set -E } isolated_gem_install() { Loading test/build.bats +2 −2 Original line number Diff line number Diff line Loading @@ -217,7 +217,7 @@ DEF stub rake false stub bundle \ '--version : echo 1' \ ' : echo bundle >> build.log' \ ' : echo bundle "$@" >> build.log' \ '--version : echo 1' \ " exec rake install : { cat build.log; echo bundle \"\$@\"; } >> '$INSTALL_ROOT/build.log'" Loading @@ -229,7 +229,7 @@ DEF unstub bundle assert_build_log <<OUT bundle bundle --path=vendor/bundle rubinius-2.0.0: --prefix=$INSTALL_ROOT bundle exec rake install OUT Loading Loading
bin/ruby-build +6 −4 Original line number Diff line number Diff line Loading @@ -444,7 +444,7 @@ build_package_ree_installer() { build_package_rbx() { local package_name="$1" { bundle { bundle --path=vendor/bundle ./configure --prefix="$PREFIX_PATH" $RUBY_CONFIGURE_OPTS rake install fix_rbx_gem_binstubs "$PREFIX_PATH" Loading Loading @@ -743,11 +743,13 @@ bundle() { } isolated_gem_dependency() { local output="$(command $1 2>/dev/null || true)" if [ -z "$output" ]; then set +E ( command $1 &>/dev/null ) || { set -E shift 1 isolated_gem_install "$@" fi } set -E } isolated_gem_install() { Loading
test/build.bats +2 −2 Original line number Diff line number Diff line Loading @@ -217,7 +217,7 @@ DEF stub rake false stub bundle \ '--version : echo 1' \ ' : echo bundle >> build.log' \ ' : echo bundle "$@" >> build.log' \ '--version : echo 1' \ " exec rake install : { cat build.log; echo bundle \"\$@\"; } >> '$INSTALL_ROOT/build.log'" Loading @@ -229,7 +229,7 @@ DEF unstub bundle assert_build_log <<OUT bundle bundle --path=vendor/bundle rubinius-2.0.0: --prefix=$INSTALL_ROOT bundle exec rake install OUT Loading