Fix: gestion des espaces dans le script new_sequence
This commit is contained in:
parent
a527decd5f
commit
295f55d918
@ -69,7 +69,7 @@ tags=$(dialog \
|
||||
exec 3>&-
|
||||
|
||||
|
||||
sequence_path=$tribe/$(printf "%02d" $next_seq_number)_$title/
|
||||
sequence_path=$tribe/$(printf "%02d" $next_seq_number)_${title// /_}/
|
||||
mkdir -p $sequence_path
|
||||
|
||||
export title=$title
|
||||
|
Loading…
Reference in New Issue
Block a user