summaryrefslogtreecommitdiff
path: root/build_tools
diff options
context:
space:
mode:
authorCorey Farrell <git@cfware.com>2015-05-02 03:15:15 -0400
committerCorey Farrell <git@cfware.com>2015-05-02 02:22:31 -0500
commit44bbdbe3a4af94b3053dc2c30098b84982b068fc (patch)
tree4a9964fa1b38d016eeb419b520a8e415c46b7512 /build_tools
parent01f3d5b7d4821e9c7fc21982814eb2c137f1d8d9 (diff)
res_pjsip_dlg_options: Fix MODULEINFO section.
Removed the extra space before "MODULEINFO" in res_pjsip_dlg_options. This extra space prevented any of the dependencies from being seen by menuselect, so building with default options would fail if PJSIP was not installed. This also makes the tool that extracts information for menuselect tolerant of multiple spaces in the future. ASTERISK-25033 #close Reported by: Peter Whisker Change-Id: Iccd54846f70c4a7a50cb5bf70b7bb5cb4bab3698
Diffstat (limited to 'build_tools')
-rw-r--r--build_tools/get_moduleinfo2
1 files changed, 1 insertions, 1 deletions
diff --git a/build_tools/get_moduleinfo b/build_tools/get_moduleinfo
index 4dbb2942f..e4e72bbc4 100644
--- a/build_tools/get_moduleinfo
+++ b/build_tools/get_moduleinfo
@@ -1,4 +1,4 @@
-/\/\*\*\* MODULEINFO/ {printit=1; next}
+/\/\*\*\* +MODULEINFO/ {printit=1; next}
/<support_level>/ {if (gotsupportlevel) { next }; gotsupportlevel=1}
/\*\*\*\// {printit=0}
/.*/ {if (printit) print}