Skip to content

asterisk: use correct ranges with tr

Erik Karlsson - Genexis requested to merge (removed):tr-ranges into devel

The tr command does not take regular expressions and should not be used with ranges such as [a-z] which furthermore can cause issues if unquoted as they are interpreted by the shell.

Merge request reports