summarylogtreecommitdiffstats
path: root/pharo.sh
diff options
context:
space:
mode:
authorDaniel Milde2015-10-03 02:36:32 +0200
committerDaniel Milde2015-10-03 02:36:32 +0200
commit525266aa8105e2362e120baac856bad88e63c724 (patch)
treee7ce7ae8deda6ec82c1c00392b0f6c4cc30c4916 /pharo.sh
parent72c9424d87b25accf1c30f3d7311868a5f396837 (diff)
downloadaur-525266aa8105e2362e120baac856bad88e63c724.tar.gz
version 5.0
Diffstat (limited to 'pharo.sh')
-rwxr-xr-xpharo.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/pharo.sh b/pharo.sh
index edc400d0cce0..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=$*
@@ -33,4 +33,4 @@ exec "$LINUX/pharo" \
--plugins "$LINUX" \
--encoding utf8 \
-vm-display-X11 \
- $image \ No newline at end of file
+ $image