don't run in the background

This commit is contained in:
benfry
2012-10-21 01:12:29 +00:00
parent 4ed363a566
commit 993bb4bfb3

View File

@@ -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