[gen_trackid] Fixed misnamed function

This commit is contained in:
ayakael 2018-05-18 13:51:12 -07:00
parent db4d479e14
commit d829f8e8d3
No known key found for this signature in database
GPG key ID: 575626A4AE5F4026

View file

@ -8,7 +8,7 @@
# USAGE
# gen_trackid </path/to/flac/file> </path/to/cue/fule>
#
# DEPENDENCIES src/deploy_split
# DEPENDENCIES src/deploy_gen
#
# }
@ -16,7 +16,7 @@ gen_trackid() {
FLAC="${1}"
CUE="${2}"
deploy_split ${FLAC} ${CUE} >/dev/null 2>&1
deploy_gen ${FLAC} ${CUE} >/dev/null 2>&1
local TOTALTRACKS="$(grep -e "TRACK [0-9][0-9] AUDIO" "${CUE}" | wc -l)"
local COUNT=1