From 5bd895b24b0dcd95554d34522a478208d7a536b3 Mon Sep 17 00:00:00 2001 From: Tzafrir Cohen Date: Wed, 28 Oct 2009 20:50:52 +0000 Subject: remove empty awk pattern (//) Solaris 10 nawk doesn't lthe empty pattern ike '//' for 'always'. Just remove that. No pattern at all always matches. git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@226453 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- build_tools/get_documentation | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build_tools') 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