*** empty log message ***
authorClaus Gittinger <cg@exept.de>
Thu, 31 Mar 2016 14:51:24 +0200
changeset 1427 a56e68fef227
parent 1426 bfdc1571fffa
child 1428 e2b383b11b36
*** empty log message ***
smalltalk.rc
--- a/smalltalk.rc	Thu Mar 31 14:50:32 2016 +0200
+++ b/smalltalk.rc	Thu Mar 31 14:51:24 2016 +0200
@@ -836,7 +836,7 @@
 "/ load initial packages
 "/
 UserPreferences current autoloadedPackages notEmpty ifTrue:[
-  (Smalltalk commandLineArguments includes:'--´noautoload') ifTrue:[
+  (Smalltalk commandLineArguments includes:'--noautoload') ifTrue:[
     'smalltalk.rc [info]: autoloaded packages suppressed.' infoPrintCR.
   ] ifFalse:[
     'smalltalk.rc [info]: loading autoloaded packages...' infoPrintCR.