[Vm-dev] [OpenSmalltalk/opensmalltalk-vm] getGoodSpurVM.sh does not work on Mac 32 bits (#284)

Hernan Wilkinson notifications at github.com
Sun Sep 16 13:34:15 UTC 2018


I do not have access to create a branch so neither a pull request, so I'm coping here the diff that solves the issue: 
diff --git a/image/getGoodSpurVM.sh b/image/getGoodSpurVM.sh
index da8326af4..36022892e 100755
--- a/image/getGoodSpurVM.sh
+++ b/image/getGoodSpurVM.sh
@@ -15,8 +15,8 @@ else
                exit 1
        fi
        case $OS in
-       Darwin) 
-               VOLUME="squeak.cog.spur_macos32_x86_$LATESTRELEASE"
+       Darwin)
+               VOLUME="squeak.cog.spur_macos32x86_$LATESTRELEASE"
                LATESTVM="$VOLUME.dmg"
                VM=Squeak.$LATESTRELEASE.app
                if [ ! -d $VM ]; then

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/OpenSmalltalk/opensmalltalk-vm/issues/284#issuecomment-421766314
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.squeakfoundation.org/pipermail/vm-dev/attachments/20180916/1654d38f/attachment.html>


More information about the Vm-dev mailing list