[asterisk-bugs] [Asterisk 0010812]: [patch] safe_asterisk includes bashisms

Asterisk Bug Tracker noreply at bugs.digium.com
Sat May 23 10:43:02 CDT 2009


The following issue has been UPDATED. 
====================================================================== 
https://issues.asterisk.org/view.php?id=10812 
====================================================================== 
Reported By:                paravoid
Assigned To:                
====================================================================== 
Project:                    Asterisk
Issue ID:                   10812
Category:                   Utilities/General
Reproducibility:            always
Severity:                   trivial
Priority:                   normal
Status:                     new
Asterisk Version:           1.4.11  
Regression:                 No 
SVN Branch (only for SVN checkouts, not tarball releases): N/A  
SVN Revision (number only!):  
Request Review:              
====================================================================== 
Date Submitted:             2007-09-24 01:39 CDT
Last Modified:              2009-05-23 10:43 CDT
====================================================================== 
Summary:                    [patch] safe_asterisk includes bashisms
Description: 
contrib/scripts/safe_asterisk includes so-called bashims, i.e. shell
features that can only be found on bash and not on the POSIX definition of
shell.

However, the intepreter of that file is /bin/sh which is not guaranteed to
be bash.

Either the bashisms should get removed or the interpreter should be
changed to /bin/bash.
On Debian, we've done the latter, for obvious reasons.
====================================================================== 

Issue History 
Date Modified    Username       Field                    Change               
====================================================================== 
2009-05-23 10:43 tzafrir        Summary                  safe_asterisk includes
bashisms => [patch] safe_asterisk includes bashisms
======================================================================




More information about the asterisk-bugs mailing list