From: Niels Möller Date: Tue, 27 May 2003 06:50:56 +0000 (+0200) Subject: And allow symbols that start at the X-Git-Tag: nettle_1.8_release_20040110~67 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4f2a1cbfe44893c9753cd4ae0fa9a3917c1b5bb1;p=thirdparty%2Fnettle.git And allow symbols that start at the beginning of the line, as output by AIX nm. Rev: src/nettle/testsuite/symbols-test:1.3 --- diff --git a/testsuite/symbols-test b/testsuite/symbols-test index a49e6943..073a04db 100755 --- a/testsuite/symbols-test +++ b/testsuite/symbols-test @@ -6,7 +6,7 @@ if [ -z "$srcdir" ] ; then srcdir=`pwd` fi -nm ../libnettle.a | grep ' [DRT] ' | egrep -v ' \.?(_?nettle_|memxor)' \ +nm ../libnettle.a | grep ' [DRT] ' | egrep -v '( |^)\.?(_?nettle_|memxor)' \ | sort -k3 > test1.out if [ -s test1.out ] ; then