We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1194ed7 + b3ee7c3 commit 114e0baCopy full SHA for 114e0ba
templates/linux/squeak.sh
@@ -27,12 +27,7 @@ if [[ -d ${ROOT}/bin ]]; then
27
BINDIR="${ROOT}/bin"
28
RESOURCES="${ROOT}/shared"
29
else # all-in-one bundle
30
- aioAppPath="${ROOT}/%AIO_APP_NAME%"
31
- BINDIR="${aioAppPath}/Contents/Linux-${CPU}/"
32
- RESOURCES="${aioAppPath}/Contents/Resources/"
33
- IMAGE="${RESOURCES}/%SqueakImageName%"
34
IMAGE_BITS="%IMAGE_BITS%"
35
-
36
if [[ "${IMAGE_BITS}" == "32" ]]; then
37
case "${CPU}" in
38
"x86_64")
@@ -45,6 +40,11 @@ else # all-in-one bundle
45
40
;;
46
41
esac
47
42
fi
43
+
44
+ aioAppPath="${ROOT}/%AIO_APP_NAME%"
+ BINDIR="${aioAppPath}/Contents/Linux-${CPU}/"
+ RESOURCES="${aioAppPath}/Contents/Resources/"
+ IMAGE="${RESOURCES}/%SqueakImageName%"
48
49
50
VM="${BINDIR}/${APP}"
0 commit comments