Skip to content

Commit

Permalink
fix #4746
Browse files Browse the repository at this point in the history
  • Loading branch information
neil committed Sep 2, 2023
1 parent b32d227 commit 8bdcd22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion acme.sh
Original file line number Diff line number Diff line change
Expand Up @@ -931,7 +931,7 @@ fi

_egrep_o() {
if [ "$__USE_EGREP" ]; then
egrep -o "$1"
egrep -o -- "$1"
else
sed -n 's/.*\('"$1"'\).*/\1/p'
fi
Expand Down

0 comments on commit 8bdcd22

Please sign in to comment.