]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
Addition to r1237447: "for arg ; do" is not
authorRainer Jung <rjung@apache.org>
Wed, 1 Feb 2012 09:45:12 +0000 (09:45 +0000)
committerRainer Jung <rjung@apache.org>
Wed, 1 Feb 2012 09:45:12 +0000 (09:45 +0000)
commitfac8f7fced9e1be54c47fcbf8b87fd5a741624bd
treee876531453a2a935bbe505811cf002eb6ff40a67
parenta359422c8a6ae5fdd43894d2405d399dc545a675
Addition to r1237447: "for arg ; do" is not
sh standard. It seems its a shortcut for
"for arg in "$@" ; do".

Detected on Solaris with very restricted /bin/sh.

Seems to work fine for arguments with embedded
whitespace.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1239026 13f79535-47bb-0310-9956-ffa450edef68
build/install.sh
build/instdso.sh