Skip to content

Commit

Permalink
[RSqueak] Don't pushd into .build
Browse files Browse the repository at this point in the history
  • Loading branch information
krono authored and smarr committed Dec 21, 2017
1 parent 96a3f3a commit f06dd3a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions implementations/build-rsqueak.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ popd
INFO Build RSqueak

export SDL_VIDEODRIVER=dummy
pushd $SCRIPT_PATH/RSqueak/.build
python ./download_dependencies.py
pypy ./build.py --batch
pushd $SCRIPT_PATH/RSqueak
python .build/download_dependencies.py
pypy .build/build.py --batch
popd

if [ ! -e "$SCRIPT_PATH/../benchmarks/Smalltalk/RSqueak.image" ]; then
Expand Down

0 comments on commit f06dd3a

Please sign in to comment.