Calling C:\Program Files\coreutils\bin\false.exe works.
Calling C:\Program Files\coreutils\bin\False.exe results in:
coreutils: unknown program 'False'
The same is true for all other tested executables.
Noticed this, because my windows terminal profile calls clink inject ... which in turn somewhere calls False which then resulted in this message.
My current workaround is to put "C:\Program Files\coreutils\bin" after "..\Git\usr\bin" in the search path which contains a working false.exe, but my goal is to get rid of the git bin folder from the searchpath at some point.
Calling
C:\Program Files\coreutils\bin\false.exeworks.Calling
C:\Program Files\coreutils\bin\False.exeresults in:coreutils: unknown program 'False'The same is true for all other tested executables.
Noticed this, because my windows terminal profile calls
clink inject ...which in turn somewhere callsFalsewhich then resulted in this message.My current workaround is to put "C:\Program Files\coreutils\bin" after "..\Git\usr\bin" in the search path which contains a working
false.exe, but my goal is to get rid of the git bin folder from the searchpath at some point.