[m-rev.] trivial diff: fix missing `esac' in tools/gdbrun

Fergus Henderson fjh at cs.mu.OZ.AU
Tue May 8 17:15:08 AEST 2001


Estimated hours taken: 0.1
Branches: main

tools/gdbrun:
	Fix missing "esac" in case statement.

Index: gdbrun
===================================================================
RCS file: /home/mercury1/repository/mercury/tools/gdbrun,v
retrieving revision 1.2
diff -u -d -u -r1.2 gdbrun
--- gdbrun	2001/04/27 04:28:47	1.2
+++ gdbrun	2001/05/08 07:13:04
@@ -26,6 +26,7 @@
 	case "$arg" in
 	*" "*)	runargs="$runargs \"$arg\"" ;;
 	*)	runargs="$runargs $arg" ;;
+	esac
 done
 echo "run$runargs" > "$tmpfile"
 
-- 
Fergus Henderson <fjh at cs.mu.oz.au>  |  "I have always known that the pursuit
                                    |  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