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
fe890c62
Commit
fe890c62
authored
Oct 22, 2023
by
neil
Browse files
fix
https://github.com/acmesh-official/acme.sh/issues/4835
parent
e15513bf
Changes
1
Hide whitespace changes
Inline
Side-by-side
acme.sh
View file @
fe890c62
...
...
@@ -931,7 +931,7 @@ fi
_egrep_o() {
if [ "$__USE_EGREP" ]; then
egrep
-o
--
"
$1
"
egrep -o -- "$1"
2>/dev/null
else
sed -n 's/.*\('"$1"'\).*/\1/p'
fi
...
...
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