[m-rev.] trivial diff: fix Mmakefile syntax error
Simon Taylor
stayl at cs.mu.OZ.AU
Wed Jun 26 17:01:13 AEST 2002
Estimated hours taken: 0.2
Branches: main
Mmakefile:
Fix a syntax error in a command.
Index: Mmakefile
===================================================================
RCS file: /home/mercury1/repository/mercury/Mmakefile,v
retrieving revision 1.81
diff -u -u -r1.81 Mmakefile
--- Mmakefile 23 Jun 2002 11:10:41 -0000 1.81
+++ Mmakefile 26 Jun 2002 06:58:03 -0000
@@ -503,7 +503,7 @@
done && \
{ [ -d Mercury/cs ] && mv tmp_dir/*.c Mercury/cs; \
[ -d Mercury/c_dates ] && mv tmp_dir/*.c_date Mercury/c_dates; \
- [ -d Mercury/mihs] && mv tmp_dir/*.mih Mercury/mihs; \
+ [ -d Mercury/mihs ] && mv tmp_dir/*.mih Mercury/mihs; \
[ -d Mercury/os ] && mv tmp_dir/*.$O Mercury/os; \
[ -d Mercury/deps ] && mv tmp_dir/*.dep Mercury/deps; \
mv tmp_dir/* . ; rmdir tmp_dir; true; }
--------------------------------------------------------------------------
mercury-reviews mailing list
post: mercury-reviews at cs.mu.oz.au
administrative address: owner-mercury-reviews at cs.mu.oz.au
unsubscribe: Address: mercury-reviews-request at cs.mu.oz.au Message: unsubscribe
subscribe: Address: mercury-reviews-request at cs.mu.oz.au Message: subscribe
--------------------------------------------------------------------------
More information about the reviews
mailing list