From f843c1a3b9a7510b117e5e3a8113b1373be87f2a Mon Sep 17 00:00:00 2001 From: Stefan Marr Date: Sat, 3 Feb 2024 17:11:08 +0000 Subject: [PATCH] Fix path to pharo executable 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 21c00506..4c5a9b61 100755 --- a/benchmarks/Smalltalk/build.sh +++ b/benchmarks/Smalltalk/build.sh @@ -25,7 +25,7 @@ then ERR "Please copy a Pharo.image, Pharo.changes and the corresponding *.sources file to this directory." exit 1 fi - ~/.asdf/installs/awfy/pharo-120/bin/pharo Pharo.image build-image.st + ~/.asdf/installs/awfy/pharo-120/pharo Pharo.image build-image.st else exit 0 fi