From: Niels Möller Date: Mon, 26 May 2003 20:43:45 +0000 (+0200) Subject: Allow symbols to start with a dot. X-Git-Tag: nettle_1.8_release_20040110~69 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ddb2d20d908fc5c5cb5f316670b5e8c98dcc3d8a;p=thirdparty%2Fnettle.git Allow symbols to start with a dot. Rev: src/nettle/testsuite/symbols-test:1.2 --- diff --git a/testsuite/symbols-test b/testsuite/symbols-test index d6bd4840..a49e6943 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