Pārlūkot izejas kodu

Fixed shell command in READ_ME file

ceriel 34 gadi atpakaļ
vecāks
revīzija
968de9e599
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      lang/cem/ctest/READ_ME

+ 1 - 1
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).
 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 &