#BUGFIX by cg
authorClaus Gittinger <cg@exept.de>
Fri, 13 Dec 2019 15:13:21 +0100
changeset 25112 2a7e5788839e
parent 25111 457334bdb9eb
child 25113 f9651872e2e2
#BUGFIX by cg class: Smalltalk class changed: #initializeSystem version query
Smalltalk.st
--- a/Smalltalk.st	Fri Dec 13 15:12:31 2019 +0100
+++ b/Smalltalk.st	Fri Dec 13 15:13:21 2019 +0100
@@ -695,7 +695,6 @@
         self basicInitializeSystem
     ].
 
-    CommandLineArguments _errorPrintCR.
     idx := CommandLineArguments indexOf:'--version'.
     idx ~~ 0 ifTrue:[
         self versionString _errorPrintCR.