Re: Executables fail to run when they are named as 'setlang.exe'

2021-01-18 Thread Lemures Lemniscati via Cygwin
On Mon, 18 Jan 2021 10:43:55 +0100, Marco Atzeri via Cygwin > On 18.01.2021 09:51, Lemures Lemniscati via Cygwin wrote: > > Hi > > > > I've noticed that executables fail to run when they are named as > > 'setlang.exe'. > > > >

Re: Executables fail to run when they are named as 'setlang.exe'

2021-01-18 Thread Marco Atzeri via Cygwin
On 18.01.2021 09:51, Lemures Lemniscati via Cygwin wrote: Hi I've noticed that executables fail to run when they are named as 'setlang.exe'. Is this a known problem, or something related to BLODA ? * Example 1) This will output 'no'. ``` cp /usr/bin/ls setlang ./s

Executables fail to run when they are named as 'setlang.exe'

2021-01-18 Thread Lemures Lemniscati via Cygwin
Hi I've noticed that executables fail to run when they are named as 'setlang.exe'. Is this a known problem, or something related to BLODA ? * Example 1) This will output 'no'. ``` cp /usr/bin/ls setlang ./setlang && echo ok || echo no ``` * Example