tools/testbuild.sh: Quote the parameter expansion pattern by "
to enable the exact match(disable glob match) Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
This commit is contained in:
parent
5f3a98b5a8
commit
33d5f923b6
1 changed files with 1 additions and 1 deletions
|
|
@ -340,7 +340,7 @@ for line in $testlist; do
|
|||
dir=`echo $line | cut -d',' -f1`
|
||||
list=`find boards$dir -name defconfig | cut -d'/' -f4,6`
|
||||
for i in ${list}; do
|
||||
dotest $i${line/$dir/}
|
||||
dotest $i${line/"$dir"/}
|
||||
done
|
||||
else
|
||||
dotest $line
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue