Smalltalk.st
changeset 19511 96c72a572feb
parent 19510 80255da5931a
child 19516 69d40825637a
child 19528 117cd2d2715b
--- a/Smalltalk.st	Thu Mar 31 15:14:48 2016 +0200
+++ b/Smalltalk.st	Thu Mar 31 16:00:30 2016 +0200
@@ -645,7 +645,7 @@
     "/ slice in the value from "STX_MORE_ARGS" at the beginning.
     "/
     "/ These allow for args like "--quick --infoPrint" to be automatically prepended
-    idx := CommandLineArguments indexOf:'--noShellArgs'.
+    idx := CommandLineArguments indexOfAny:#('--noShellArgs' '--noshellargs').
     (idx ~~ 0) ifTrue:[
         CommandLineArguments removeIndex:idx.
     ] ifFalse:[