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

World4You shellcheck

parent 94495015
......@@ -160,10 +160,10 @@ _login() {
_ggrep() {
if _exists "ggrep"; then
ggrep $@
ggrep "$@"
return $?
else
grep $@
grep "$@"
return $?
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