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