Commit f9dfd3b3 authored by Lorenz Stechauner's avatar Lorenz Stechauner
Browse files

World4You shellcheck

parent 94495015
...@@ -160,10 +160,10 @@ _login() { ...@@ -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
} }
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment