X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=grml-hwinfo;h=3fed78d8cd8712976eb868a93058b4e9c0b91ac2;hb=bf84d51f2a1da6eb3435357e88d7b17d2a96edb8;hp=b30976c8e41c7ccc9a4423bd592fef8dbd71aeaf;hpb=89b71f0a569a8347159a5a8a434ac9ad3c9e637f;p=grml-hwinfo.git diff --git a/grml-hwinfo b/grml-hwinfo index b30976c..3fed78d 100755 --- a/grml-hwinfo +++ b/grml-hwinfo @@ -83,7 +83,7 @@ mkdir info || exit -1 [ -r /proc/ide/ide?/hd?/geometry ] && grep . /proc/ide/ide?/hd?/geometry /dev/null | sed -e 's#/proc/ide/ide./##' > proc_ide df -h > df 2>/dev/null for i in free lsmod mount lsdev ; do - $i > $i + [[ -x `which $i` ]] && $i > $i done # proc stuff