[parser] Another attempt at dealing with options parsing

This commit is contained in:
ayakael 2018-05-04 12:19:19 -07:00
parent a299939cb0
commit 54013450b4
No known key found for this signature in database
GPG key ID: 575626A4AE5F4026

View file

@ -27,7 +27,10 @@ while true; do
shift
GIT_DIR="${1}"
shift
return
;;
*)
return 2
;;
esac