dect
/
asterisk
Archived
13
0
Fork 0

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: http://svn.digium.com/svn/asterisk/trunk@226453 f38db490-d61c-443f-a65b-d21fe96a405b
This commit is contained in:
tzafrir 2009-10-28 20:50:52 +00:00
parent 05ab7615b6
commit d8834050f4
1 changed files with 1 additions and 1 deletions

View File

@ -1,3 +1,3 @@
/\/\*\*\* DOCUMENTATION/ {printit=1; next}
/\*\*\*\// {if (printit) exit}
// {if (printit) print}
{if (printit) print}