Remove "function" from line to avoid dash objecting to this bash-ism

2017-04-05 Thread Mark Geisert
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

Re: [PATCH] Make ldd stop after any non-continuable exception

2017-04-05 Thread Jon Turney
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.

Re: [PATCH] Make ldd stop after any non-continuable exception

2017-04-05 Thread Corinna Vinschen
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