Removed debug print for awk

This commit is contained in:
Jaroslav Kysela 2005-08-19 10:54:46 +00:00
parent 83b58028a6
commit a14604e69c

View file

@ -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"'"
}