mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-02 11:06:31 +00:00
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
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
/\/\*\*\* DOCUMENTATION/ {printit=1; next}
|
||||
/\*\*\*\// {if (printit) exit}
|
||||
// {if (printit) print}
|
||||
{if (printit) print}
|
||||
|
Reference in New Issue
Block a user