From: epg <> Date: Sat, 23 Oct 2004 01:45:23 +0000 (+0000) Subject: Don't count tracks twice. X-Git-Url: https://diplodocus.org/git/flac-archive/commitdiff_plain/9a12c17d1aea0552327edad6cfa42f745b2a443c?ds=inline Don't count tracks twice. --- diff --git a/fa-rip b/fa-rip index 627ac73..c331648 100755 --- a/fa-rip +++ b/fa-rip @@ -36,4 +36,4 @@ trackcount=$(grep -c 'TRACK.*AUDIO' cue) fa-tags ${trackcount} -exec cdparanoia -d ${CDDEV} 1-$(grep -c 'TRACK.*AUDIO' cue) wav +exec cdparanoia -d ${CDDEV} 1-${trackcount} wav