The source project of this merge request has been removed.
asterisk: use correct ranges with tr
1 unresolved thread
1 unresolved thread
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
Activity
1822 1822 1823 1823 configure_indications() { 1824 1824 config_get country tel_options country 1825 country_code=$(echo $country | tr [A-Z] [a-z]) added 4 commits
-
c0ee0328...ef1429ad - 3 commits from branch
feed:devel
- 29cdbbd6 - asterisk: use correct ranges with tr
-
c0ee0328...ef1429ad - 3 commits from branch
Please register or sign in to reply