Skip to content

Commit 96cf91c

Browse files
committed
another fix for bug #1549
1 parent 4a85253 commit 96cf91c

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

build/linux/processing

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,4 +99,8 @@ log PATH
9999

100100
# Start Processing in the same directory as this script
101101
cd "$APPDIR"
102-
java processing.app.Base "$SKETCH" &
102+
if [ "$1" ]; then
103+
java processing.app.Base "$SKETCH" &
104+
else
105+
java processing.app.Base &
106+
fi

0 commit comments

Comments
 (0)