[asterisk-bugs] [Asterisk 0010812]: [patch] safe_asterisk includes bashisms
Asterisk Bug Tracker
noreply at bugs.digium.com
Tue May 26 08:06:10 CDT 2009
The following issue has been RESOLVED.
======================================================================
https://issues.asterisk.org/view.php?id=10812
======================================================================
Reported By: paravoid
Assigned To: file
======================================================================
Project: Asterisk
Issue ID: 10812
Category: Utilities/General
Reproducibility: always
Severity: trivial
Priority: normal
Status: resolved
Asterisk Version: SVN
Regression: No
SVN Branch (only for SVN checkouts, not tarball releases): trunk
SVN Revision (number only!): 196488
Request Review:
Resolution: fixed
Fixed in Version:
======================================================================
Date Submitted: 2007-09-24 01:39 CDT
Last Modified: 2009-05-26 08:06 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.
======================================================================
----------------------------------------------------------------------
(0105388) svnbot (reporter) - 2009-05-26 08:06
https://issues.asterisk.org/view.php?id=10812#c105388
----------------------------------------------------------------------
Repository: asterisk
Revision: 196657
U branches/1.4/contrib/scripts/safe_asterisk
------------------------------------------------------------------------
r196657 | file | 2009-05-26 08:06:09 -0500 (Tue, 26 May 2009) | 7 lines
Remove some bash specific stuff from safe_asterisk.
(closes issue https://issues.asterisk.org/view.php?id=10812)
Reported by: paravoid
Patches:
safe_asterisk_bashism.diff uploaded by tzafrir (license 46)
------------------------------------------------------------------------
http://svn.digium.com/view/asterisk?view=rev&revision=196657
Issue History
Date Modified Username Field Change
======================================================================
2009-05-26 08:06 svnbot Note Added: 0105388
2009-05-26 08:06 svnbot Status new => assigned
2009-05-26 08:06 svnbot Assigned To => file
2009-05-26 08:06 svnbot Status assigned => resolved
2009-05-26 08:06 svnbot Resolution reopened => fixed
======================================================================
More information about the asterisk-bugs
mailing list