summarylogtreecommitdiffstats
path: root/pharo.sh
diff options
context:
space:
mode:
authorDaniel Milde2019-01-24 19:18:09 +0100
committerDaniel Milde2019-01-24 19:18:09 +0100
commitda47e0579a36c39af50dcb46830c12a559ed6af7 (patch)
tree6329c5be58e41f0ac976fb2012f88c7266859534 /pharo.sh
parent18a1dad3c759b7763389489b04f50034d335068a (diff)
downloadaur-da47e0579a36c39af50dcb46830c12a559ed6af7.tar.gz
7.0.1
Diffstat (limited to 'pharo.sh')
-rwxr-xr-xpharo.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/pharo.sh b/pharo.sh
index a4234ac55fec..9d7c217c6b56 100755
--- a/pharo.sh
+++ b/pharo.sh
@@ -21,7 +21,7 @@ if [ "$1" == "" ]; then
if which zenity &>/dev/null && [ "$image_count" -ne 1 ]; then
image=`zenity --title 'Select an image' --file-selection --filename "$RESOURCES/" --file-filter '*.image' --file-filter '*'`
else
- image="$RESOURCES/Pharo6.0.image"
+ image="$RESOURCES/Pharo7.0.image"
fi
else
image=$*