Skip to content

case sensitivity issue with postBuild #691

Open
@minrk

Description

@minrk

I think it's generally discouraged to make executable scripts case-sensitive. This can cause issues with version control on case-insensitive filesystems (e.g. most macs by default). The norm for multi-word commands on unix is to use hyphens (post-build).

Should we try to migrate postBuild to a more standard post-build? Or the case-insensitive equivalent postbuild which would behave the same on case-insensitive filesystems, but I think is more likely to cause a problem during a transition (git can get real confused when you have both postBuild and postbuild).

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions