[m-rev.] diff: Fix a recent regression in tests/term/Mmakefile

Paul Bone pbone at csse.unimelb.edu.au
Tue Jul 14 14:42:38 AEST 2009


Fix a recent regression in the form of a shell syntax error in
tests/term/Mmakefile

tests/term/Mmakefile:
    As above.

Index: tests/term/Mmakefile
===================================================================
RCS file: /home/mercury1/repository/tests/term/Mmakefile,v
retrieving revision 1.32
diff -u -p -b -r1.32 Mmakefile
--- tests/term/Mmakefile	10 Jul 2009 05:09:00 -0000	1.32
+++ tests/term/Mmakefile	14 Jul 2009 03:35:00 -0000
@@ -119,7 +119,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 && \
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 481 bytes
Desc: Digital signature
URL: <http://lists.mercurylang.org/archives/reviews/attachments/20090714/102bca68/attachment.sig>


More information about the reviews mailing list