[parser] Fixed over-break and a shift what was not needed
This commit is contained in:
parent
8a7cdff149
commit
fb4cedb3d7
1 changed files with 1 additions and 2 deletions
|
@ -26,11 +26,10 @@ while true; do
|
|||
--git-dir)
|
||||
shift
|
||||
GIT_DIR="${1}"
|
||||
shift
|
||||
;;
|
||||
|
||||
*)
|
||||
break 2
|
||||
break
|
||||
;;
|
||||
|
||||
esac
|
||||
|
|
Loading…
Reference in a new issue