Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ruanhaishen
Acme.Sh
Commits
e488220b
Commit
e488220b
authored
Dec 14, 2020
by
neil
Browse files
fix for solaris
parent
e6e07714
Changes
1
Hide whitespace changes
Inline
Side-by-side
acme.sh
View file @
e488220b
...
@@ -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() {
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment