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