dect
/
asterisk
Archived
13
0
Fork 0

Merged revisions 139909 via svnmerge from

https://origsvn.digium.com/svn/asterisk/branches/1.4

........
r139909 | seanbright | 2008-08-25 17:31:03 -0400 (Mon, 25 Aug 2008) | 9 lines

Some versions of awk (nawk, for example) don't like empty regular expressions
so be slightly more verbose.

(closes issue #13374)
Reported by: dougm
Patches:
      13374.diff uploaded by seanbright (license 71)
Tested by: dougm

........


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@139915 f38db490-d61c-443f-a65b-d21fe96a405b
This commit is contained in:
seanbright 2008-08-25 21:32:10 +00:00
parent 02ad57f251
commit efece231ae
2 changed files with 2 additions and 2 deletions

View File

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

View File

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