ReadEvalPrintLoop.st
changeset 13858 55501dd823ab
parent 13857 36d75b79fa51
child 13859 81451e09af8d
--- a/ReadEvalPrintLoop.st	Tue Dec 06 14:18:50 2011 +0100
+++ b/ReadEvalPrintLoop.st	Tue Dec 06 14:20:00 2011 +0100
@@ -250,7 +250,7 @@
         "/ allow for some shortcuts...
         (pkg includes:$:) ifFalse:[
             "/ try stx standard package
-            ok := Smalltalk loadPackage:('stx:/',pkg)
+            ok := Smalltalk loadPackage:('stx:',pkg)
         ].
     ].
     ok ifFalse:[
@@ -398,9 +398,9 @@
 !ReadEvalPrintLoop class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/ReadEvalPrintLoop.st,v 1.35 2011-12-06 13:18:50 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/ReadEvalPrintLoop.st,v 1.36 2011-12-06 13:20:00 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libbasic/ReadEvalPrintLoop.st,v 1.35 2011-12-06 13:18:50 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/ReadEvalPrintLoop.st,v 1.36 2011-12-06 13:20:00 cg Exp $'
 ! !