[gen_cue] Added a couple missing comas for fileList generation

This commit is contained in:
ayakael 2018-05-18 17:43:41 -07:00
parent 1ac39bce46
commit 5129cc7b85
No known key found for this signature in database
GPG key ID: 575626A4AE5F4026

View file

@ -25,7 +25,7 @@ gen_cue() {
local tagList=($( sed -e 's| ; ||g' -e 's|; ;||' <<< ${tagList[@]} | tr ';' \\n | awk '!seen[$0]++' ))
# Generates breaklist
local fileList=($(find ${TARGET_DIR} -name *.flac -print '%p\t'))
local fileList=($(find "${TARGET_DIR}" -name '*.flac' -print '%p\t'))
local breakList=($(print_cue_breaklist ${fileList[@]}))
# Parses metadata