From 98b5e4103b5e7c0491dfc7c50e95826b556a10a8 Mon Sep 17 00:00:00 2001 From: meep-eep Date: Wed, 25 Sep 2002 17:06:28 +0000 Subject: [PATCH] Works with real sh now. (not just bash pretending to be one) git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@79 8092fc87-c524-0410-9efc-e669fe64eaf9 --- sc2/autogen.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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