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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs

Reply via email to