Commit 2a7b4882 authored by Lukas Schauer's avatar Lukas Schauer

use -z instead of `== ""`.. it's late.

parent fb0242a4
......@@ -515,7 +515,7 @@ main() {
fi
}
[[ "${@}" == "" ]] && eval set -- "--help"
[[ -z "${@}" ]] && eval set -- "--help"
while (( "${#}" )); do
case "${1}" in
......
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