Open
Description
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