mirror of
https://github.com/dehydrated-io/dehydrated.git
synced 2026-03-21 00:29:01 +01:00
use -z instead of == "".. it's late.
This commit is contained in:
@@ -515,7 +515,7 @@ main() {
|
||||
fi
|
||||
}
|
||||
|
||||
[[ "${@}" == "" ]] && eval set -- "--help"
|
||||
[[ -z "${@}" ]] && eval set -- "--help"
|
||||
|
||||
while (( "${#}" )); do
|
||||
case "${1}" in
|
||||
|
||||
Reference in New Issue
Block a user