]> git.ipfire.org Git - thirdparty/coreutils.git/commit
build: port single_binary_prog to POSIX shell
authorPaul Eggert <eggert@cs.ucla.edu>
Thu, 4 Jun 2015 19:15:35 +0000 (12:15 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Thu, 4 Jun 2015 19:16:04 +0000 (12:16 -0700)
commit7eaf8c8eec7d4fe1bb89a61c08996a8f39950db6
treebbc54ac092670acd3501e6d0e99aed144d500060
parentda355c98600aadbfcf82621650d5a6bbc95c7ed2
build: port single_binary_prog to POSIX shell

Problem reported privately by Michael Felt.
* Makefile.am (install-exec-hook):
* src/local.mk (src/coreutils_symlinks, src/coreutils_shebangs)
(clean-local):
Port to POSIX shell, which doesn't allow 'for i in ; do ...'.
Makefile.am
src/local.mk