summarylogtreecommitdiffstats
path: root/pharo.sh
diff options
context:
space:
mode:
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 ba8afd213514..1727fc1b9680 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/Pharo4.0.image"
+ image="$RESOURCES/Pharo5.0.image"
fi
else
image=$*