Wrap up the call to 'fsck.reiser4 -V', the code to process its output, and the resulting formatted output in awk functions.
Signed-off-by: Alexander Kapshuk <alexander.kaps...@gmail.com> --- scripts/ver_linux | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/scripts/ver_linux b/scripts/ver_linux index 5fe23fb..2637f2b 100755 --- a/scripts/ver_linux +++ b/scripts/ver_linux @@ -21,9 +21,7 @@ BEGIN { printversion("E2fsprogs", version("tune2fs 2>&1")) printversion("Jfsutils", version("fsck.jfs -V 2>&1")) printversion("Reiserfsprogs", version("reiserfsck -V 2>&1")) - -fsck.reiser4 -V 2>&1 | grep ^fsck.reiser4 | awk \ -'NR==1{print "reiser4progs ", $2}' + printversion("Reiser4fsprogs", version("fsck.reiser4 -V 2>&1")) xfs_db -V 2>&1 | awk '/version/{ -- 2.7.3