Add '--' arg separator
This commit is contained in:
parent
de0c868428
commit
146430d8cd
1 changed files with 1 additions and 0 deletions
1
munix
1
munix
|
|
@ -31,6 +31,7 @@ while [ "$#" -gt 0 ]; do
|
|||
--munix-bin-dir) SCRIPT_PATH="$2"; shift 2;;
|
||||
--muvm-bin-dir) MUVM_PATH="$2"; shift 2;;
|
||||
--passt-bin-dir) PASST_PATH="$2"; shift 2;;
|
||||
--) shift 1; MICROVM_COMMAND+=("$@"); break;;
|
||||
-*) echo "munix: unknown option: $1" >&2; exit 1;;
|
||||
*)
|
||||
if [ "$MICROVM_CLOSURE" = "" ]; then
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue