Commit e488220b authored by neil's avatar neil
Browse files

fix for solaris

parent e6e07714
...@@ -429,13 +429,11 @@ _secure_debug3() { ...@@ -429,13 +429,11 @@ _secure_debug3() {
} }
_upper_case() { _upper_case() {
# shellcheck disable=SC2018,SC2019 tr '[:lower:]' '[:upper:]'
tr 'a-z' 'A-Z'
} }
_lower_case() { _lower_case() {
# shellcheck disable=SC2018,SC2019 tr '[:upper:]' '[:lower:]'
tr 'A-Z' 'a-z'
} }
_startswith() { _startswith() {
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment