Fix: gestion des espaces dans le script new_sequence

This commit is contained in:
Bertrand Benjamin 2021-08-24 17:23:56 +02:00
parent a527decd5f
commit 295f55d918
1 changed files with 1 additions and 1 deletions

View File

@ -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