From: Björn Jacke Date: Thu, 8 Jan 2009 18:14:48 +0000 (+0100) Subject: fix syntax error in case statement X-Git-Tag: samba-4.0.0alpha6~180 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=fff711fddbd62fde6e170a3e2e635d41c63a844a;p=thirdparty%2Fsamba.git fix syntax error in case statement Signed-off-by: Stefan Metzmacher --- diff --git a/source4/autogen.sh b/source4/autogen.sh index 9984712caf8..8b970230739 100755 --- a/source4/autogen.sh +++ b/source4/autogen.sh @@ -4,11 +4,11 @@ while true; do case $1 in - (--version-file) + --version-file) VERSION_FILE=$2 shift 2 ;; - (*) + *) break ;; esac