mirror of
https://github.com/plantroon/acme.sh.git
synced 2024-11-08 23:41:45 +00:00
World4You shellcheck
This commit is contained in:
parent
9449501537
commit
f9dfd3b348
@ -160,10 +160,10 @@ _login() {
|
||||
|
||||
_ggrep() {
|
||||
if _exists "ggrep"; then
|
||||
ggrep $@
|
||||
ggrep "$@"
|
||||
return $?
|
||||
else
|
||||
grep $@
|
||||
grep "$@"
|
||||
return $?
|
||||
fi
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user