summaryrefslogtreecommitdiff
path: root/scripts/ver_linux
diff options
context:
space:
mode:
authorRusty Russell <trivial@rustcorp.com.au>2003-10-04 21:29:12 -0700
committerLinus Torvalds <torvalds@home.osdl.org>2003-10-04 21:29:12 -0700
commit14baa94230b6f1970dc37c01cfef2b8079509ed3 (patch)
treed5f443b488aaef310fe2526242b87fff9b4580fd /scripts/ver_linux
parentda3103c8efd7570939617bfa1f06fcdab9a9a11d (diff)
[PATCH] Bugzilla bug # 267 - scripts_ver_linux fix
From: Jeff Sipek <jeffpc@optonline.net>
Diffstat (limited to 'scripts/ver_linux')
-rwxr-xr-xscripts/ver_linux2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/ver_linux b/scripts/ver_linux
index 0bc7fa3e4843..4a1f3734393d 100755
--- a/scripts/ver_linux
+++ b/scripts/ver_linux
@@ -28,7 +28,7 @@ fdformat --version | awk -F\- '{print "util-linux ", $NF}'
mount --version | awk -F\- '{print "mount ", $NF}'
-depmod -V 2>&1 | grep version | awk 'NR==1 {print "module-init-tools ",$NF}'
+depmod -V 2>&1 | awk 'NR==1 {print "module-init-tools ",$NF}'
tune2fs 2>&1 | grep "^tune2fs" | sed 's/,//' | awk \
'NR==1 {print "e2fsprogs ", $2}'