Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 62920
b: refs/heads/master
c: 4a645d5
h: refs/heads/master
v: v3
  • Loading branch information
Jesper Juhl authored and Sam Ravnborg committed Jul 25, 2007
1 parent ae9c0b8 commit b61a8fe
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: 8d8d8289df65cb116d2721becafb37272074f25a
refs/heads/master: 4a645d5ea65baaa5736bcb566673bf4a351b2ad8
4 changes: 2 additions & 2 deletions trunk/scripts/ver_linux
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,8 @@ showmount --version 2>&1 | grep nfs-utils | awk \
'NR==1{print "nfs-utils ", $NF}'

ls -l `ldd /bin/sh | awk '/libc/{print $3}'` | sed \
-e 's/\.so$//' | awk -F'[.-]' '{print "Linux C Library " \
$(NF-2)"."$(NF-1)"."$NF}'
-e 's/\.so$//' | sed -e 's/>//' | \
awk -F'[.-]' '{print "Linux C Library "$(NF-1)"."$NF}'

ldd -v > /dev/null 2>&1 && ldd -v || ldd --version |head -n 1 | awk \
'NR==1{print "Dynamic linker (ldd) ", $NF}'
Expand Down

0 comments on commit b61a8fe

Please sign in to comment.