[gen_cue] Fixed misnamed function
This commit is contained in:
parent
2663681ab3
commit
28f4c230f5
1 changed files with 2 additions and 2 deletions
|
@ -8,7 +8,7 @@
|
||||||
# USAGE
|
# USAGE
|
||||||
# gen_cue <output from file_name> <output from print_meta_tracks> <file_1> [<file_2>] [<...>]
|
# gen_cue <output from file_name> <output from print_meta_tracks> <file_1> [<file_2>] [<...>]
|
||||||
#
|
#
|
||||||
# DEPENDENCIES src/gen_breaklist
|
# DEPENDENCIES src/print_cue_breaklist
|
||||||
#
|
#
|
||||||
# }
|
# }
|
||||||
|
|
||||||
|
@ -28,7 +28,7 @@ gen_cue() {
|
||||||
done
|
done
|
||||||
|
|
||||||
# Generates breaklist
|
# Generates breaklist
|
||||||
breakList=($(gen_breaklist ${fileList[@]}))
|
breakList=($(print_cue_breaklist ${fileList[@]}))
|
||||||
|
|
||||||
[[ ! -z "${DATE+x}" ]] && echo "REM DATE ${DATE}"
|
[[ ! -z "${DATE+x}" ]] && echo "REM DATE ${DATE}"
|
||||||
[[ ! -z "${COMPOSER+x}" ]] && echo "PERFORMER \"${COMPOSER}\""
|
[[ ! -z "${COMPOSER+x}" ]] && echo "PERFORMER \"${COMPOSER}\""
|
||||||
|
|
Loading…
Reference in a new issue