[Bug 1131828] [NEW] apache2.2 init.d script gives error due to msising double quotes
Ariel Glenn
ariel at wikimedia.org
Fri Feb 22 16:34:57 UTC 2013
Public bug reported:
line 55:
if [ ! -x $APACHE_HTTPD ] ; then
should be
if [ ! -x "$APACHE_HTTPD" ] ; then
(so people passing 'nice blahblah' for example don't get spurious error
messages. Thanks.
** Affects: apache2 (Ubuntu)
Importance: Undecided
Status: New
--
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to apache2 in Ubuntu.
https://bugs.launchpad.net/bugs/1131828
Title:
apache2.2 init.d script gives error due to msising double quotes
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apache2/+bug/1131828/+subscriptions
More information about the Ubuntu-server-bugs
mailing list