]> git.ipfire.org Git - thirdparty/coreutils.git/commit
build: expand a response file and a wildcard on OS/2
authorKO Myung-Hun <komh@chollian.net>
Tue, 16 Dec 2014 02:27:28 +0000 (11:27 +0900)
committerJim Meyering <meyering@fb.com>
Thu, 18 Dec 2014 15:21:21 +0000 (07:21 -0800)
commit92519ce05878ddb78056ea2693ff986e2ac05730
tree64866da4c5c7078a11cb1ffd8906bc8d17439bc0
parent8799c82d81445a93d8d96b0046176ee7f144ffc2
build: expand a response file and a wildcard on OS/2

OS/2 traditional shells(cmd) do not expand a response file(@file)
or a wildcard.  Expand them in each utility itself.

* src/system.h (initialize_main): Define on OS/2. Expand a response
file and a wildcard.
src/system.h