forked from M-Labs/artiq-zynq
remote-run: fix getopts
This commit is contained in:
parent
d5df759341
commit
35ffe6729b
|
@ -7,7 +7,7 @@ impure=0
|
||||||
pure_dir="result"
|
pure_dir="result"
|
||||||
impure_dir="build"
|
impure_dir="build"
|
||||||
|
|
||||||
while getopts "h:i" opt; do
|
while getopts "h:id:" opt; do
|
||||||
case "$opt" in
|
case "$opt" in
|
||||||
\?) exit 0
|
\?) exit 0
|
||||||
;;
|
;;
|
||||||
|
|
Loading…
Reference in New Issue