Browse Source

World4You shellcheck

pull/3261/head
Lorenz Stechauner 4 years ago
parent
commit
268eaddad8
  1. 4
      dnsapi/dns_world4you.sh

4
dnsapi/dns_world4you.sh

@ -160,10 +160,10 @@ _login() {
_ggrep() {
if _exists "ggrep"; then
ggrep $@
ggrep "$@"
return $?
else
grep $@
grep "$@"
return $?
fi
}
Loading…
Cancel
Save