jmavsim_run.sh: fix the wrong flags expression in getopt (#20162)

This commit is contained in:
SungTae Moon 2023-03-30 14:22:31 +09:00 committed by GitHub
parent 932b743e13
commit 178b31b6ff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ baudrate=921600
device=
ip="127.0.0.1"
protocol="tcp"
while getopts ":b:d:u:p:qsr:f:i:loat" opt; do
while getopts "b:d:ui:p:qsr:loat" opt; do
case $opt in
b)
baudrate=$OPTARG