mirror of
https://github.com/Mercury-Language/mercury.git
synced 2025-12-16 14:25:56 +00:00
Fix typo.
mgnuc.sh, ml.sh: Fix typo.
This commit is contained in:
@@ -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;;
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
|
||||
LIBDIR=${MERCURY_C_LIB_DIR:-@LIBDIR@/lib}
|
||||
|
||||
case "$1" in)
|
||||
case "$1" in
|
||||
-v|--verbose)
|
||||
verbose=true
|
||||
shift;;
|
||||
|
||||
Reference in New Issue
Block a user