fix getopt
This commit is contained in:
parent
46a8939e75
commit
fe333ba6ee
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ cat << EOF >> "${MSC_LOGFILE}"
|
|||
+-----BEGINN git update repo $(date) -------------------------------+
|
||||
EOF
|
||||
|
||||
set -- $(getopt -u -o hs --long headless,submodules-update -- "$@" )
|
||||
set -- $(getopt -u -o hrs --long headless,force-repo-update,force-submodules-update -- "$@" )
|
||||
|
||||
while [ $# -gt 0 ]; do
|
||||
case $1 in
|
||||
|
|
Loading…
Reference in a new issue