diff --git a/sc2/autogen.sh b/sc2/autogen.sh index 8b7666b12..384620597 100755 --- a/sc2/autogen.sh +++ b/sc2/autogen.sh @@ -2,7 +2,7 @@ if [ "$#" != 0 ]; then case "$1" in - (--version) + --version) cat <. EOF exit 0 ;; - (-*) + -*) # Don't parse backslashes in $0 or $1. printf >&2 "%s: invalid option -- %s\n" "$0" "$1" printf >&2 "Try \"%s --help\" for more information.\n" "$0" exit 1 ;; - (*) + *) printf >&2 "%s: non-option arguments don't work.\n" printf >&2 "Try \"%s --help\" for more information.\n" "$0" exit 1