mirror of
https://github.com/alsa-project/alsa-utils
synced 2025-01-03 05:19:46 +01:00
Removed debug print for awk
This commit is contained in:
parent
83b58028a6
commit
a14604e69c
1 changed files with 0 additions and 1 deletions
|
@ -666,7 +666,6 @@ BEGIN {
|
||||||
gsub(/0x/, "");
|
gsub(/0x/, "");
|
||||||
gsub(/=/, ":");
|
gsub(/=/, ":");
|
||||||
x = sprintf ("'$lspci' -n 2>/dev/null| grep '"' 040.: '"' | grep %s", $2);
|
x = sprintf ("'$lspci' -n 2>/dev/null| grep '"' 040.: '"' | grep %s", $2);
|
||||||
print x
|
|
||||||
if (system (x) == 0)
|
if (system (x) == 0)
|
||||||
printf "%s %s\n", $2, driver >>"'"$FOUND"'"
|
printf "%s %s\n", $2, driver >>"'"$FOUND"'"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue