Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 7394
b: refs/heads/master
c: 580b2e3
h: refs/heads/master
v: v3
  • Loading branch information
Alexey Dobriyan authored and Linus Torvalds committed Sep 7, 2005
1 parent b7796c5 commit 5350d36
Show file tree
Hide file tree
Showing 2 changed files with 5 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: e752dd6cc66a3e6a11396928998baf390cc00420
refs/heads/master: 580b2e3c0183818adf6151e60270405b02ea8504
6 changes: 4 additions & 2 deletions trunk/scripts/ver_linux
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,11 @@ ld -v | awk -F\) '{print $1}' | awk \
'/BFD/{print "binutils ",$NF} \
/^GNU/{print "binutils ",$4}'

fdformat --version | awk -F\- '{print "util-linux ", $NF}'
echo -n "util-linux "
fdformat --version | awk '{print $NF}' | sed -e s/^util-linux-// -e s/\)$//

mount --version | awk -F\- '{print "mount ", $NF}'
echo -n "mount "
mount --version | awk '{print $NF}' | sed -e s/^mount-// -e s/\)$//

depmod -V 2>&1 | awk 'NR==1 {print "module-init-tools ",$NF}'

Expand Down

0 comments on commit 5350d36

Please sign in to comment.