another fix for bug #1549

This commit is contained in:
benfry
2010-05-06 16:57:54 +00:00
parent 4a8525333f
commit 96cf91c44e

View File

@@ -99,4 +99,8 @@ log PATH
# Start Processing in the same directory as this script
cd "$APPDIR"
java processing.app.Base "$SKETCH" &
if [ "$1" ]; then
java processing.app.Base "$SKETCH" &
else
java processing.app.Base &
fi