smalltalk.rc
changeset 1428 e2b383b11b36
parent 1427 a56e68fef227
child 1431 691727155921
child 1457 ccc60d466f47
--- a/smalltalk.rc	Thu Mar 31 14:51:24 2016 +0200
+++ b/smalltalk.rc	Thu Mar 31 15:59:35 2016 +0200
@@ -836,7 +836,7 @@
 "/ load initial packages
 "/
 UserPreferences current autoloadedPackages notEmpty ifTrue:[
-  (Smalltalk commandLineArguments includes:'--noautoload') ifTrue:[
+  (Smalltalk commandLineArguments includesAny:#('--noAutoload' '--noautoload')) ifTrue:[
     'smalltalk.rc [info]: autoloaded packages suppressed.' infoPrintCR.
   ] ifFalse:[
     'smalltalk.rc [info]: loading autoloaded packages...' infoPrintCR.