mirror of
https://github.com/plantroon/acme.sh.git
synced 2024-12-22 13:11:41 +00:00
fix for solaris
This commit is contained in:
parent
e6e0771496
commit
e488220bfc
6
acme.sh
6
acme.sh
@ -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() {
|
||||||
|
Loading…
Reference in New Issue
Block a user