Skip to content

Commit d453ac1

Browse files
committed
Rename build_home to repo in tool/make-standalone-distribution.sh for clarity
1 parent 895849b commit d453ac1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tool/make-standalone-distribution.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ export TRUFFLERUBY_RESILIENT_GEM_HOME=true
6565

6666
# Build
6767
cd truffleruby
68-
build_home=$(pwd -P)
68+
repo=$(pwd -P)
6969

7070
cd ../graal/vm
7171
mx --dy truffleruby,/substratevm sversions
@@ -98,5 +98,5 @@ TRUFFLERUBY_RECOMPILE_OPENSSL=true "$release_home/lib/truffle/post_install_hook.
9898
"$release_home/bin/ruby" -v
9999

100100
# Run all specs
101-
cd "$build_home"
101+
cd "$repo"
102102
AOT_BIN="$release_home/bin/truffleruby" tool/jt.rb test --native :all

0 commit comments

Comments
 (0)