mirror of
https://github.com/DrewThomasson/ebook2audiobook.git
synced 2026-01-09 22:08:13 -05:00
...
This commit is contained in:
@@ -71,7 +71,7 @@ while (( $# > 0 )); do
|
|||||||
case "$1" in
|
case "$1" in
|
||||||
--*)
|
--*)
|
||||||
key="${1#--}"
|
key="${1#--}"
|
||||||
if [[ -n "$2" && "${2}:-" != --* ]]; then
|
if [[ -n "${2}:-" && "$2" != --* ]]; then
|
||||||
arguments[$key]="$2"
|
arguments[$key]="$2"
|
||||||
shift 2
|
shift 2
|
||||||
continue
|
continue
|
||||||
|
|||||||
Reference in New Issue
Block a user