#FEATURE by cg
authorClaus Gittinger <cg@exept.de>
Tue, 08 Nov 2016 17:26:31 +0100
changeset 20902 342c68aa8e9a
parent 20901 56be0b5cd5d7
child 20903 a196258c0e38
#FEATURE by cg class: ReadEvalPrintLoop changed: #cmd_show:
ReadEvalPrintLoop.st
--- a/ReadEvalPrintLoop.st	Tue Nov 08 17:24:52 2016 +0100
+++ b/ReadEvalPrintLoop.st	Tue Nov 08 17:26:31 2016 +0100
@@ -442,7 +442,7 @@
             ok := true.
         ].
         
-        (showAll or:[ what startsWith:'pack' ]) ifTrue:[                    
+        ("showAll or:[" what startsWith:'pack' "]") ifTrue:[                    
             showAll ifTrue:[ errStream cr; nextPutLine:'Packages:'; nextPutLine:'--------' ].
             self showPackages.
             ok := true.