Could the strip program be "echo" or ":" or "true"? ________________________________ From: [email protected] <[email protected]> on behalf of Pádraig Brady <[email protected]> Sent: Wednesday, October 22, 2025 7:18 AM To: Bernhard Voelker <[email protected]>; Collin Funk <[email protected]> Cc: [email protected] <[email protected]> Subject: Re: Using posix_spawn in coreutils?
On 22/10/2025 07:21, Bernhard Voelker wrote: > This yields: > > $ src/ginstall src/install.c foo -s # with a non-working strip in PATH > ginstall: cannot run 'strip': Exec format error > > $ src/ginstall src/install.c foo -s --strip-program=./README > ginstall: cannot run strip program './README': Permission denied Cool, that's a little better. Please push. thanks, Padraig
