diff options
author | Volker Lendecke <vl@samba.org> | 2010-04-04 20:09:36 +0200 |
---|---|---|
committer | Volker Lendecke <vl@samba.org> | 2010-04-04 20:31:19 +0200 |
commit | 6e40fa9b016cdbd43c973c9b61b581258c0c24a9 (patch) | |
tree | 159e2062dd56d9de707d23cfc0b84e899310c9a0 /selftest | |
parent | b1192bbfc991af57736dba7c30fb4d92dd6f436c (diff) | |
download | samba-6e40fa9b016cdbd43c973c9b61b581258c0c24a9.tar.gz samba-6e40fa9b016cdbd43c973c9b61b581258c0c24a9.tar.bz2 samba-6e40fa9b016cdbd43c973c9b61b581258c0c24a9.zip |
s3: Fix the GNU ld version detection on SLES
On SLES 11 "ld -v" gives
GNU ld (GNU Binutils; SUSE Linux Enterprise 11) 2.19
The regexp to intended to detect the "2.19" is confused by the "11" in the
version string. I'm not really into regexps, and awk '{print $NF}' to me is a
simple (and hopefully portable) way to print the last field.
Diffstat (limited to 'selftest')
0 files changed, 0 insertions, 0 deletions