fixed wong shift of arguments for maintenance flag
This commit is contained in:
parent
e3403b2ddd
commit
b5b3aa7e34
@ -31,7 +31,6 @@ WORKING_DIRECTORY=${PWD}
|
|||||||
while test $# -gt 0; do
|
while test $# -gt 0; do
|
||||||
case $1 in
|
case $1 in
|
||||||
--maintenance | -m )
|
--maintenance | -m )
|
||||||
shift
|
|
||||||
MAINTENANCE="YES"
|
MAINTENANCE="YES"
|
||||||
;;
|
;;
|
||||||
--file | --fil | --fi | --f | -file | -fil | -fi | -f )
|
--file | --fil | --fi | --f | -file | -fil | -fi | -f )
|
||||||
|
Loading…
Reference in New Issue
Block a user