Skip to content

Commit

Permalink
Squeak fix
Browse files Browse the repository at this point in the history
Signed-off-by: Stefan Marr <[email protected]>
  • Loading branch information
smarr committed Feb 3, 2024
1 parent eb98a29 commit e46e098
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion benchmarks/Smalltalk/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ then
ERR "Please copy a Squeak.image, Squeak.changes and the corresponding *.sources file to this directory."
exit 1
fi
~/.asdf/installs/awfy/squeak-6.0-22148/bin/squeak -headless -nodisplay -nosound Squeak.image build-image-squeak.st
~/.asdf/installs/awfy/squeak-6.0-22148/bin/squeak -headless Squeak.image build-image-squeak.st
elif [[ "$1" == "pharo" ]]
then
pushd "$SCRIPT_PATH"
Expand Down

0 comments on commit e46e098

Please sign in to comment.