Skip to content

Executable name is case sensitive when calling -> unknown program #52

Description

@romibi

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions