Skip to content

Problem with use of 'tr' in Scripts/DisplayBannerAndLaunch.sh #117

@cactus74

Description

@cactus74

The use of tr [:lower:] [:upper:] can be problematic depending on LOCALES. It throws the following error:
tr: misaligned [:upper:] and/or [:lower:] construct

This is because in certain LOCALES the number of lower and upper case characters is different.

I would suggest the use of tr '[a-z]' '[A-Z]'.

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