[parser] Another attempt at dealing with options parsing
This commit is contained in:
parent
a299939cb0
commit
54013450b4
1 changed files with 4 additions and 1 deletions
|
@ -27,7 +27,10 @@ while true; do
|
|||
shift
|
||||
GIT_DIR="${1}"
|
||||
shift
|
||||
return
|
||||
;;
|
||||
|
||||
*)
|
||||
return 2
|
||||
;;
|
||||
|
||||
esac
|
||||
|
|
Loading…
Reference in a new issue