Fixed shell command in READ_ME file
authorceriel <none@none>
Mon, 29 Jan 1990 15:36:45 +0000 (15:36 +0000)
committerceriel <none@none>
Mon, 29 Jan 1990 15:36:45 +0000 (15:36 +0000)
lang/cem/ctest/READ_ME

index a36d278..67cfa93 100644 (file)
@@ -2,7 +2,7 @@ To run this test, set the CEM variable to the compilation command,
 and the RUN variable to the run command (name of the interpreter or empty).
 For instance:
 
-       CEM=acc -mem24; export CEM
+       CEM="acc -mem24"; export CEM
        RUN=em; export RUN
 
 Then type: sh run > out 2>&1 &