From: ceriel Date: Mon, 29 Jan 1990 15:36:45 +0000 (+0000) Subject: Fixed shell command in READ_ME file X-Git-Tag: release-5-5~1854 X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=2d0493ac92b4ab9a5b7ac3d15128080e5e2dcc79;p=ack.git Fixed shell command in READ_ME file --- diff --git a/lang/cem/ctest/READ_ME b/lang/cem/ctest/READ_ME index a36d2786a..67cfa93eb 100644 --- a/lang/cem/ctest/READ_ME +++ b/lang/cem/ctest/READ_ME @@ -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 &