mirror of
https://github.com/processing/processing4.git
synced 2026-01-30 03:41:15 +01:00
another fix for bug #1549
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user