From: Alexey Dobriyan Signed-off-by: Alexey Dobriyan Cc: Signed-off-by: Andrew Morton --- scripts/ver_linux | 2 +- 1 files changed, 1 insertion(+), 1 deletion(-) diff -puN scripts/ver_linux~reiser4-ver_linux-dont-print-reiser4progs-version-if-none-found scripts/ver_linux --- devel/scripts/ver_linux~reiser4-ver_linux-dont-print-reiser4progs-version-if-none-found 2005-09-21 12:53:57.000000000 -0700 +++ devel-akpm/scripts/ver_linux 2005-09-21 12:53:57.000000000 -0700 @@ -42,7 +42,7 @@ fsck.jfs -V 2>&1 | grep version | sed 's reiserfsck -V 2>&1 | grep reiserfsck | awk \ 'NR==1{print "reiserfsprogs ", $2}' -fsck.reiser4 -V 2>&1 | grep fsck.reiser4 | awk \ +fsck.reiser4 -V 2>&1 | grep ^fsck.reiser4 | awk \ 'NR==1{print "reiser4progs ", $2}' xfs_db -V 2>&1 | grep version | awk \ _