local_run: fixed bash opt bug.

core0-buffer
pca006132 2020-07-06 15:15:35 +08:00
parent f895773535
commit 1d975dd8bf
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ set -e
impure=0
load_bitstream=1
while getopts "h:i:l" opt; do
while getopts "h:il" opt; do
case "$opt" in
\?) exit 1
;;