mirror of
https://github.com/acmesh-official/acme.sh.git
synced 2025-12-24 20:22:08 +08:00
World4You shellcheck
This commit is contained in:
@@ -160,10 +160,10 @@ _login() {
|
||||
|
||||
_ggrep() {
|
||||
if _exists "ggrep"; then
|
||||
ggrep $@
|
||||
ggrep "$@"
|
||||
return $?
|
||||
else
|
||||
grep $@
|
||||
grep "$@"
|
||||
return $?
|
||||
fi
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user