*** empty log message ***
authorClaus Gittinger <cg@exept.de>
Thu, 31 Mar 2016 15:59:35 +0200
changeset 1428 e2b383b11b36
parent 1427 a56e68fef227
child 1429 826faceb60a5
child 1430 b02e9366f9fc
*** empty log message ***
smalltalk.rc
--- 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.