]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
Pass the $@ array and not the flattened version of it in non-SysV mode:
authorEric Covener <covener@apache.org>
Thu, 23 Apr 2009 17:45:41 +0000 (17:45 +0000)
committerEric Covener <covener@apache.org>
Thu, 23 Apr 2009 17:45:41 +0000 (17:45 +0000)
commit49c61ba5bc93790c4b6dea424f04dc8fa3affff5
tree181a91400e18ec47c3be127e12f28e139b8bd577
parent7a2bed9ef98eea2a607edfd0a329be77ae3411b7
Pass the $@ array and not the flattened version of it in non-SysV mode:

$ bash -x bin/apachectl -t -c "foo bar"
before: +bin/httpd -t -c foo bar
after:  +bin/httpd -t -c 'foo bar'

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@767994 13f79535-47bb-0310-9956-ffa450edef68
CHANGES
support/apachectl.in