Skip to content

Commit

Permalink
fix format
Browse files Browse the repository at this point in the history
  • Loading branch information
neil committed Jul 29, 2023
1 parent a51025f commit 7f39cdc
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 @@ -925,7 +925,7 @@ _sed_i() {

_egrep_o() {
if _exists egrep; then
egrep -o "$1" 2>/dev/null;
egrep -o "$1" 2>/dev/null
else
sed -n 's/.*\('"$1"'\).*/\1/p'
fi
Expand Down

0 comments on commit 7f39cdc

Please sign in to comment.