mirror of
https://github.com/processing/processing4.git
synced 2026-04-28 07:00:53 +02:00
don't run in the background
This commit is contained in:
@@ -113,5 +113,5 @@ if [ $current_name = $cmd_name ]
|
||||
then
|
||||
java processing.mode.java.Commander "$@" &
|
||||
else
|
||||
java processing.app.Base "$SKETCH" &
|
||||
java processing.app.Base "$SKETCH"
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user