Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 25643
b: refs/heads/master
c: ea88df9
h: refs/heads/master
i:
  25641: 58530ac
  25639: 2fbc397
v: v3
  • Loading branch information
Alexey Dobriyan authored and Sam Ravnborg committed Apr 5, 2006
1 parent a063328 commit 3918915
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 0947640f4388de50a39f762748b08e586a482527
refs/heads/master: ea88df9bf895720289331e41ed73cdcb04059900
4 changes: 2 additions & 2 deletions trunk/scripts/ver_linux
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,10 @@ tune2fs 2>&1 | grep "^tune2fs" | sed 's/,//' | awk \
fsck.jfs -V 2>&1 | grep version | sed 's/,//' | awk \
'NR==1 {print "jfsutils ", $3}'

reiserfsck -V 2>&1 | grep reiserfsck | awk \
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 \
Expand Down

0 comments on commit 3918915

Please sign in to comment.