mirror of
https://github.com/alsa-project/alsa-utils
synced 2024-11-08 18:45:43 +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(/=/, ":");
|
||||
x = sprintf ("'$lspci' -n 2>/dev/null| grep '"' 040.: '"' | grep %s", $2);
|
||||
print x
|
||||
if (system (x) == 0)
|
||||
printf "%s %s\n", $2, driver >>"'"$FOUND"'"
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue