class: Smalltalk
authorClaus Gittinger <cg@exept.de>
Tue, 25 Feb 2014 11:18:41 +0100
changeset 16132 d9303ea8ef4c
parent 16131 3caa8b31823f
child 16133 dc573e06581e
class: Smalltalk changed: #start --scripting option
Smalltalk.st
--- a/Smalltalk.st	Tue Feb 25 11:18:25 2014 +0100
+++ b/Smalltalk.st	Tue Feb 25 11:18:41 2014 +0100
@@ -4389,6 +4389,11 @@
                 ].
             ].
         ].
+        (CommandLineArguments includes:'--scripting') ifTrue:[
+            self addStartBlock:[
+                StandaloneStartup handleScriptingOptionsFromArguments:CommandLineArguments.
+            ].
+        ].
     ].
 
     HeadlessOperation ifTrue:[
@@ -8161,11 +8166,11 @@
 !Smalltalk class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/Smalltalk.st,v 1.1062 2014-02-23 19:59:08 vrany Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/Smalltalk.st,v 1.1063 2014-02-25 10:18:41 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libbasic/Smalltalk.st,v 1.1062 2014-02-23 19:59:08 vrany Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/Smalltalk.st,v 1.1063 2014-02-25 10:18:41 cg Exp $'
 !
 
 version_SVN