I've been home-building the last few versions of Cygwin DLL on Windows
where I routinely have dash set as my non-interactive shell. The only
issue I run into is this one occurrence of the 'function' keyword in
winsup/cygwin/mkvers.sh. This patch gets rid of the keyword.
FWIW using dash inste
On 05/04/2017 08:42, Corinna Vinschen wrote:
On Apr 4 18:51, Jon Turney wrote:
Ensure that ldd always stops when the exception is flagged as
non-continuable.
Also arrange for ldd to exit with a non-zero exit code if something went
wrong which prevented us from listing all dynamic dependencies.
On Apr 4 18:51, Jon Turney wrote:
> Ensure that ldd always stops when the exception is flagged as
> non-continuable.
>
> Also arrange for ldd to exit with a non-zero exit code if something went
> wrong which prevented us from listing all dynamic dependencies.
Patch is ok. In what situation occu