From f8e5360ce6d2e775ef1ed0d92f171e8d8057e1b6 Mon Sep 17 00:00:00 2001 From: Petter Reinholdtsen Date: Sat, 22 Jan 2011 23:23:27 +0000 Subject: [PATCH] Drop tabs. --- blog/data/2011-01-23-hardware-info.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blog/data/2011-01-23-hardware-info.txt b/blog/data/2011-01-23-hardware-info.txt index ab0edafe1c..0872e6affe 100644 --- a/blog/data/2011-01-23-hardware-info.txt +++ b/blog/data/2011-01-23-hardware-info.txt @@ -41,7 +41,7 @@ if [ -d /sys/bus/pci/devices/ ] ; then module=`cd $address/driver/module ; pwd -P | xargs basename` if grep -q "^$module " /proc/modules ; then address=$(echo $address |sed s/0000://) - id=`lspci -n -s $address | tail -n 1 | awk '{print $3}'` + id=`lspci -n -s $address | tail -n 1 | awk '{print $3}'` echo "$id $module" fi fi -- 2.47.2