[Home]

Summary:ASTERISK-06632: missing quotes in contrib/init.d/rc.redhat.asterisk
Reporter:Ivan Mitev (boris)Labels:
Date Opened:2006-03-28 02:39:25.000-0600Date Closed:2006-03-28 11:50:03.000-0600
Priority:MinorRegression?No
Status:Closed/CompleteComponents:Core/Configuration
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:( 0) rc.redhat.asterisk.diff
Description:if [ $CONFIG0 = "" ]; then

->

if [ "$CONFIG0" = "" ]; then

otherwise bash is not happy when CONFIG0 is empty
Comments:By: Andrey S Pankov (casper) 2006-03-28 11:18:55.000-0600

Another approach and one more fix in error output. Disclaimer is on file.

By: Tilghman Lesher (tilghman) 2006-03-28 11:50:03.000-0600

Committed to 1.2, merged to trunk