[gen_cue] Fixed typo with find command
This commit is contained in:
parent
5129cc7b85
commit
164db01fd4
1 changed files with 1 additions and 1 deletions
|
@ -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' -printf '%p\t'))
|
||||
local breakList=($(print_cue_breaklist ${fileList[@]}))
|
||||
|
||||
# Parses metadata
|
||||
|
|
Loading…
Reference in a new issue