From 5d9ee16e5704511d33b0f37a13eee37dce621d88 Mon Sep 17 00:00:00 2001 From: Levente Uzonyi Date: Thu, 15 Mar 2018 18:23:11 +0100 Subject: [PATCH] Fixed getGoodSpur64VM.sh: 64-bit VM directory name is different --- image/getGoodSpur64VM.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/image/getGoodSpur64VM.sh b/image/getGoodSpur64VM.sh index 00a68bb183..38d840f732 100755 --- a/image/getGoodSpur64VM.sh +++ b/image/getGoodSpur64VM.sh @@ -33,7 +33,7 @@ else echo Downloading $LATESTVM from bintray curl -L "https://dl.bintray.com/opensmalltalk/vm/$LATESTVM" -o "$LATESTVM" tar xzf "$LATESTVM" - mv sqcogspurlinuxht $VM + mv sqcogspur64linuxht $VM rm -f "$LATESTVM" fi VM=$VM/squeak;;