Fix typo.

mgnuc.sh, ml.sh:
	Fix typo.
This commit is contained in:
Fergus Henderson
1995-02-02 14:40:59 +00:00
parent 161cd52ef2
commit 741984aaa5
2 changed files with 2 additions and 2 deletions

View File

@@ -29,7 +29,7 @@ CHECKOPTS="-ansi
-Wall -Wwrite-strings -Wpointer-arith -Wcast-qual -Wtraditional -Wshadow
-Wstrict-prototypes -Wmissing-prototypes"
case "$1" in)
case "$1" in
-v|--verbose)
verbose=true
shift;;

View File

@@ -10,7 +10,7 @@
LIBDIR=${MERCURY_C_LIB_DIR:-@LIBDIR@/lib}
case "$1" in)
case "$1" in
-v|--verbose)
verbose=true
shift;;