mirror of
https://github.com/processing/processing4.git
synced 2026-06-16 04:26:26 +02:00
modify return code handling from the Command script (#1798)
This commit is contained in:
@@ -104,6 +104,7 @@ cmd_name='processing-java'
|
||||
if [ $current_name = $cmd_name ]
|
||||
then
|
||||
java processing.mode.java.Commander "$@"
|
||||
exit $?
|
||||
else
|
||||
# Start Processing in the same directory as this script
|
||||
if [ "$1" ]; then
|
||||
|
||||
Reference in New Issue
Block a user