From 968de9e599549173e51f6bcea1b8bae8a11e1350 Mon Sep 17 00:00:00 2001 From: ceriel Date: Mon, 29 Jan 1990 15:36:45 +0000 Subject: [PATCH] Fixed shell command in READ_ME file --- lang/cem/ctest/READ_ME | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lang/cem/ctest/READ_ME b/lang/cem/ctest/READ_ME index a36d2786..67cfa93e 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 &