mirror of
https://github.com/qmk/qmk_firmware.git
synced 2025-07-27 11:31:13 +00:00
GHA.
This commit is contained in:
parent
99bf22a50e
commit
73b0a6d37c
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user