#BUGFIX by cg
authorClaus Gittinger <cg@exept.de>
Mon, 07 May 2018 11:48:04 +0200
changeset 22767 1dd93aeee37b
parent 22766 238be571dac5
child 22768 eb25bde4a65a
#BUGFIX by cg class: ReadEvalPrintLoop removed: #doIt changed: #cmd_edit:
ReadEvalPrintLoop.st
--- a/ReadEvalPrintLoop.st	Mon May 07 11:42:15 2018 +0200
+++ b/ReadEvalPrintLoop.st	Mon May 07 11:48:04 2018 +0200
@@ -498,7 +498,7 @@
 
         cmd := '%1 "%2"'.
         OperatingSystem isUNIXlike ifTrue:[
-            "/ cmd := '%1 "%2" </dev/tty'.
+            cmd := '%1 "%2" </dev/tty >/dev/tty 2>&1'.
         ].
         
         ok := OperatingSystem 
@@ -1110,11 +1110,6 @@
     "
 ! !
 
-!ReadEvalPrintLoop methodsFor:'doit'!
-
-doIt ^[123 foo.] value
-! !
-
 !ReadEvalPrintLoop methodsFor:'evaluation'!
 
 basicReadEvalPrintLoopWithInput:input output:output error:error