[m-dev.] diff: fix quoting bug in bootcheck
Peter Ross
petdr at cs.mu.OZ.AU
Fri Jun 23 18:29:49 AEST 2000
Hi,
===================================================================
Estimated hours taken: 0.2
tools/bootcheck:
Fix quoting bug `.lib' should be \`.lib'.
Index: bootcheck
===================================================================
RCS file: /home/mercury1/repository/mercury/tools/bootcheck,v
retrieving revision 1.97
diff -u -r1.97 bootcheck
--- bootcheck 2000/06/22 07:53:52 1.97
+++ bootcheck 2000/06/23 08:28:02
@@ -81,7 +81,7 @@
files to be matched with the bootcheck that created them.
-W, --windows
Translate paths into the Microsoft Windows format and use the
- extension `.lib' for libraries. This option also implies
+ extension \`.lib' for libraries. This option also implies
--no-sym-links.
--no-sym-links
Use this option on systems which don't support symbolic links.
--------------------------------------------------------------------------
mercury-developers mailing list
Post messages to: mercury-developers at cs.mu.oz.au
Administrative Queries: owner-mercury-developers at cs.mu.oz.au
Subscriptions: mercury-developers-request at cs.mu.oz.au
--------------------------------------------------------------------------
More information about the developers
mailing list