#BUGFIX by cg
authorClaus Gittinger <cg@exept.de>
Mon, 07 Nov 2016 11:04:20 +0100
changeset 20867 3c79bf1f52ee
parent 20866 076ab5e1f702
child 20868 45600d443847
#BUGFIX by cg class: Smalltalk changed: #start delay setting of exitIfNoMoreUserProcesses in --execute script.
Smalltalk.st
--- a/Smalltalk.st	Mon Nov 07 10:49:49 2016 +0100
+++ b/Smalltalk.st	Mon Nov 07 11:04:20 2016 +0100
@@ -4461,6 +4461,8 @@
                 Initializing := false.
 
                 process := [
+                    Processor exitWhenNoMoreUserProcesses:true.
+
                     "/ set workspace variables
                     self defineCommandLineAsWorkspaceVariablesForScripts.
                     
@@ -4521,7 +4523,6 @@
                 process beGroupLeader.
                 process resume.
 
-                Processor exitWhenNoMoreUserProcesses:true.
                 Processor dispatchLoop.
                 self exit
             ].