[m-rev.] diff: fix error in tests/term/Mmakefile

Peter Wang novalazy at gmail.com
Wed Jun 16 11:14:54 AEST 2010


Branches: main, 10.04

tests/term/Mmakefile:
        Delete stray `@' in a block of shell code.

diff --git a/tests/term/Mmakefile b/tests/term/Mmakefile
index dfcaaba..feba507 100644
--- a/tests/term/Mmakefile
+++ b/tests/term/Mmakefile
@@ -114,7 +114,7 @@ ALL_MCTOIFLAGS+=$(MCTRANSOPTFLAGS)
 		echo "Matches $*.trans_opt_exp" && \
 		cp $*.trans_opt_res1 $@; } || \
 	{ test -f $*.trans_opt_exp2 && \
-		@echo "with $*.trans_opt_exp2" && \
+		echo "with $*.trans_opt_exp2" && \
 		diff $(DIFF_OPTS) $*.trans_opt_exp2 \
 			$(trans_opts_subdir)$*.trans_opt \
 			> $*.trans_opt_res2 && \

--------------------------------------------------------------------------
mercury-reviews mailing list
Post messages to:       mercury-reviews at csse.unimelb.edu.au
Administrative Queries: owner-mercury-reviews at csse.unimelb.edu.au
Subscriptions:          mercury-reviews-request at csse.unimelb.edu.au
--------------------------------------------------------------------------



More information about the reviews mailing list