Skip to content

Commit 7279b80

Browse files
committed
wrong one
1 parent 5e8c887 commit 7279b80

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build/linux/processing

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ cmd_name='processing-java'
111111

112112
if [ $current_name = $cmd_name ]
113113
then
114-
java processing.mode.java.Commander "$@" &
114+
java processing.mode.java.Commander "$@"
115115
else
116-
java processing.app.Base "$SKETCH"
116+
java processing.app.Base "$SKETCH" &
117117
fi

0 commit comments

Comments
 (0)