Skip to content

Commit af65a62

Browse files
author
Cynthia Jiang
committed
fix the args reading missing part
1 parent 62d420c commit af65a62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build_ios.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ export LANG=en_US.UTF-8
4646

4747
# check options
4848
IFS=',' # split options on ',' characters
49-
while getopts ":b:s:a:c" opt; do
49+
while getopts ":h:b:s:p:a:c" opt; do
5050
case $opt in
5151
h)
5252
usage

0 commit comments

Comments
 (0)