On Jun 17, 11:07pm, t...@catvmics.ne.jp (Takeshi Nakayama) wrote: -- Subject: Re: CVS commit: src/usr.bin/xinstall
| >>> "Christos Zoulas" <chris...@netbsd.org> wrote | | > | > Module Name: src | > Committed By: christos | > Date: Mon Jun 15 16:33:38 UTC 2015 | > | > Modified Files: | > src/usr.bin/xinstall: Makefile xinstall.c | > | > Log Message: | > - improve error printing | > - deduplicate run functions and don't use the shell so that we handle | > filenames with spaces and metacharacters consistently. | | The latter change seems to make incompatibility as before: | | - wait(2) after posix_spawnp? is missing. | - don't unlink file when execution of strip(1) is failed. | | The following is a quick fix. Fixed, thanks! christos