Fixed shell command in READ_ME file

This commit is contained in:
ceriel 1990-01-29 15:36:45 +00:00
parent 8c6dc46124
commit 2d0493ac92

View 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). and the RUN variable to the run command (name of the interpreter or empty).
For instance: For instance:
CEM=acc -mem24; export CEM CEM="acc -mem24"; export CEM
RUN=em; export RUN RUN=em; export RUN
Then type: sh run > out 2>&1 & Then type: sh run > out 2>&1 &