[asterisk-bugs] [Asterisk 0010812]: [patch] safe_asterisk includes bashisms
Asterisk Bug Tracker
noreply at bugs.digium.com
Sat May 23 10:44:54 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: SVN
Regression: No
SVN Branch (only for SVN checkouts, not tarball releases): trunk
SVN Revision (number only!): 196488
Request Review:
======================================================================
Date Submitted: 2007-09-24 01:39 CDT
Last Modified: 2009-05-23 10:44 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:44 tzafrir Asterisk Version 1.4.11 => SVN
2009-05-23 10:44 tzafrir SVN Branch (only for SVN checkouts, not tarball
releases)N/A => trunk
2009-05-23 10:44 tzafrir SVN Revision (number only!) => 196488
======================================================================
More information about the asterisk-bugs
mailing list