From 6dc887d1abb1448d18251f5b9ec248bf1ea7aa90 Mon Sep 17 00:00:00 2001 From: tzafrir Date: Wed, 28 Oct 2009 21:32:28 +0000 Subject: remove empty awk pattern (//) Solaris 10 nawk doesn't like the empty pattern such as '//' for 'always'. Just remove that. No pattern at all always matches. Merged revisions 226453 via svnmerge from http://svn.digium.com/svn/asterisk/trunk git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.6.2@226486 f38db490-d61c-443f-a65b-d21fe96a405b --- build_tools/get_documentation | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build_tools/get_documentation b/build_tools/get_documentation index 7849c522a..3c0e4980a 100644 --- a/build_tools/get_documentation +++ b/build_tools/get_documentation @@ -1,3 +1,3 @@ /\/\*\*\* DOCUMENTATION/ {printit=1; next} /\*\*\*\// {if (printit) exit} -// {if (printit) print} +{if (printit) print} -- cgit v1.2.3