Merged revisions 300384 via svnmerge from

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

........
  r300384 | lmadsen | 2011-01-04 13:45:22 -0600 (Tue, 04 Jan 2011) | 7 lines
  
  Update STAT() to use the comma instead of the pipe.
  
  (closes issue #18503)
  Reported by: cjacobsen
  Patches: 
        old_separator.diff uploaded by cjacobsen (license 1029)
  Tested by: lathama
........


git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@300385 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Leif Madsen 2011-01-04 19:45:59 +00:00
parent 3b1553f281
commit e06e5b2e81
1 changed files with 1 additions and 1 deletions

View File

@ -1,2 +1,2 @@
<?xml version="1.0" standalone="yes"?>
<APPLICATION APP_FILE_PATH="sip.ld" CONFIG_FILES="${IF($[${STAT(e|${CUSTOM_CONFIG})}] ? "custom.cfg, ")}config/${MAC}, sip.cfg" MISC_FILES="" LOG_FILE_DIRECTORY=""/>
<APPLICATION APP_FILE_PATH="sip.ld" CONFIG_FILES="${IF($[${STAT(e,${CUSTOM_CONFIG})}] ? "custom.cfg, ")}config/${MAC}, sip.cfg" MISC_FILES="" LOG_FILE_DIRECTORY=""/>