From e46e098d79232d7b489c44872075c29ab019cf96 Mon Sep 17 00:00:00 2001 From: Stefan Marr Date: Sat, 3 Feb 2024 13:28:33 +0000 Subject: [PATCH] Squeak fix Signed-off-by: Stefan Marr --- benchmarks/Smalltalk/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/benchmarks/Smalltalk/build.sh b/benchmarks/Smalltalk/build.sh index 1f15f0f5..49b75f60 100755 --- a/benchmarks/Smalltalk/build.sh +++ b/benchmarks/Smalltalk/build.sh @@ -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"