[m-rev.] trivial diff: fix mercury-gcc source dist bug
Fergus Henderson
fjh at cs.mu.OZ.AU
Fri Dec 6 10:06:18 AEDT 2002
Estimated hours taken: 0.25
Branches: main, release
tools/test_mercury:
Fix a bug with linking the stable version of the mercury-gcc source
distribution.
Workspace: /mnt/mars/home/mars/fjh/ws1/mercury
Index: tools/test_mercury
===================================================================
RCS file: /home/mercury1/repository/mercury/tools/test_mercury,v
retrieving revision 1.219.2.3
diff -u -d -r1.219.2.3 test_mercury
--- tools/test_mercury 2 Dec 2002 07:37:07 -0000 1.219.2.3
+++ tools/test_mercury 5 Dec 2002 22:59:56 -0000
@@ -1217,7 +1217,7 @@
# Delete older stable versions that this one replaces
rm -f $STABLE/mercury-gcc-$RELEASE_VERSION_PATTERN[0-9].tar.gz &&
rm -f $STABLE/mercury-gcc-$version.tar.gz &&
- $LN $UNSTABLE/mercury-gcc-$version-unstable.tar.gz \
+ $LN $UNSTABLE/mercury-gcc-$version.tar.gz \
$STABLE/mercury-gcc-$version.tar.gz &&
rsh $BETA_FTPHOST "\
--
Fergus Henderson <fjh at cs.mu.oz.au> | "I have always known that the pursuit
The University of Melbourne | of excellence is a lethal habit"
WWW: <http://www.cs.mu.oz.au/~fjh> | -- the last words of T. S. Garp.
--------------------------------------------------------------------------
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