mirror of
https://github.com/samba-team/samba.git
synced 2025-03-25 14:50:24 +03:00
fix syntax error in case statement
Signed-off-by: Stefan Metzmacher <metze@samba.org>
This commit is contained in:
parent
aeb798c325
commit
fff711fddb
@ -4,11 +4,11 @@
|
||||
|
||||
while true; do
|
||||
case $1 in
|
||||
(--version-file)
|
||||
--version-file)
|
||||
VERSION_FILE=$2
|
||||
shift 2
|
||||
;;
|
||||
(*)
|
||||
*)
|
||||
break
|
||||
;;
|
||||
esac
|
||||
|
Loading…
x
Reference in New Issue
Block a user