From: Petter Reinholdtsen Date: Sat, 22 Jan 2011 23:23:27 +0000 (+0000) Subject: Drop tabs. X-Git-Url: http://pere.pagekite.me/gitweb/homepage.git/commitdiff_plain/f8e5360ce6d2e775ef1ed0d92f171e8d8057e1b6 Drop tabs. --- 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