Readability improvement
Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com>
This commit is contained in:
parent
cce0012463
commit
e7fc8a232f
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@ shift $((OPTIND - 1))
|
||||||
|
|
||||||
list_matches () {
|
list_matches () {
|
||||||
while read name platform junk; do
|
while read name platform junk; do
|
||||||
for pattern; do
|
for pattern in "$@"; do
|
||||||
case $platform in
|
case $platform in
|
||||||
$pattern) echo "$name"; break;;
|
$pattern) echo "$name"; break;;
|
||||||
esac
|
esac
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue