Signed-off-by: Alexey Dobriyan Cc: Signed-off-by: Andrew Morton --- diff -puN scripts/ver_linux~reiser4-ver_linux-dont-print-reiser4progs-version-if-none-found scripts/ver_linux 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 --- linux-2.6.13/scripts/ver_linux~reiser4-ver_linux-dont-print-reiser4progs-version-if-none-found 2005-09-29 16:36:34.000000000 +0400 +++ linux-2.6.13-vs/scripts/ver_linux 2005-09-29 16:36:34.000000000 +0400 @@ -40,7 +40,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 \ _ .