From a890f7de306251915e4011f69d30e4da0be7d9b8 Mon Sep 17 00:00:00 2001 From: seanbright Date: Mon, 25 Aug 2008 21:31:03 +0000 Subject: 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/branches/1.4@139909 f38db490-d61c-443f-a65b-d21fe96a405b --- build_tools/get_makeopts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build_tools/get_makeopts') diff --git a/build_tools/get_makeopts b/build_tools/get_makeopts index e63622afd..e4cc782b4 100644 --- a/build_tools/get_makeopts +++ b/build_tools/get_makeopts @@ -1,3 +1,3 @@ /\/\*\*\* MAKEOPTS/ {printit=1; next} /\*\*\*\// {if (printit) exit} -// {if (printit) print} +/.*/ {if (printit) print} -- cgit v1.2.3