Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 149534
b: refs/heads/master
c: bdefe35
h: refs/heads/master
v: v3
  • Loading branch information
dann frazier authored and Sam Ravnborg committed Jun 9, 2009
1 parent 494183d commit 07cc33b
Show file tree
Hide file tree
Showing 3 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: a9eb522375abc79c2bf23940a067bc0046276236
refs/heads/master: bdefe35d40c6bb5859dadee26c2e19bf58540f1d
2 changes: 1 addition & 1 deletion trunk/scripts/gcc-version.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ compiler="$*"

if [ ${#compiler} -eq 0 ]; then
echo "Error: No compiler specified."
echo -e "Usage:\n\t$0 <gcc-command>"
printf "Usage:\n\t$0 <gcc-command>\n"
exit 1
fi

Expand Down
2 changes: 1 addition & 1 deletion trunk/scripts/ver_linux
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ sed -n -e '/^.*\/libc-\([^/]*\)\.so$/{s//\1/;p;q}' < /proc/self/maps
ldd -v > /dev/null 2>&1 && ldd -v || ldd --version |head -n 1 | awk \
'NR==1{print "Dynamic linker (ldd) ", $NF}'

ls -l /usr/lib/lib{g,stdc}++.so 2>/dev/null | awk -F. \
ls -l /usr/lib/libg++.so /usr/lib/libstdc++.so 2>/dev/null | awk -F. \
'{print "Linux C++ Library " $4"."$5"."$6}'

ps --version 2>&1 | grep version | awk \
Expand Down

0 comments on commit 07cc33b

Please sign in to comment.