diff options
-rwxr-xr-x | sysinfo.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -24,7 +24,7 @@ else gccversion="$1" fi -libcversion="" +libcversion=`/lib/libc.so.6 | head -n 1` if ($* hello.c -o hello) >/dev/null 2>&1; then ldd_output=`(ldd hello) 2>&1` libcversion=`echo $ldd_output | sed -e 's/.*static.*/static/' \ |