[parser] Fixed over-break and a shift what was not needed

This commit is contained in:
ayakael 2018-05-04 12:31:01 -07:00
parent 8a7cdff149
commit fb4cedb3d7
No known key found for this signature in database
GPG key ID: 575626A4AE5F4026

View file

@ -26,11 +26,10 @@ while true; do
--git-dir)
shift
GIT_DIR="${1}"
shift
;;
*)
break 2
break
;;
esac