mirror of https://github.com/thesofproject/sof.git
test: fix a typo, Add a colon to option that have parameter
Signed-off-by: Zhang Keqiao <keqiao.zhang@linux.intel.com>
This commit is contained in:
parent
99ee4432d1
commit
0097215afc
|
@ -70,7 +70,7 @@ if [ $# == 0 ]; then
|
|||
echo "Please specify the PCM to test."
|
||||
usage
|
||||
else
|
||||
while getopts :t:r:f:c:i:n:d OPT
|
||||
while getopts :t:r:f:c:i:n:d: OPT
|
||||
do
|
||||
case $OPT in
|
||||
t)
|
||||
|
|
Loading…
Reference in New Issue