This commit is contained in:
Nick Brassel 2025-03-30 00:24:12 +11:00
parent 99bf22a50e
commit 73b0a6d37c
No known key found for this signature in database

View File

@ -67,7 +67,7 @@ __EOT__
script_parse_args() {
local N
local V
while [[ ! -z "${1:-}" ]]; do
while [ ! -z "${1:-}" ]; do
case "$1" in
--help)
script_help