remote-run: fix getopts

core0-buffer
Sebastien Bourdeauducq 2020-07-04 17:30:59 +08:00
parent d5df759341
commit 35ffe6729b
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ impure=0
pure_dir="result"
impure_dir="build"
while getopts "h:i" opt; do
while getopts "h:id:" opt; do
case "$opt" in
\?) exit 0
;;