]> diplodocus.org Git - flac-archive/commitdiff
Don't count tracks twice.
authorepg <>
Sat, 23 Oct 2004 01:45:23 +0000 (01:45 +0000)
committerepg <>
Sat, 23 Oct 2004 01:45:23 +0000 (01:45 +0000)
fa-rip

diff --git a/fa-rip b/fa-rip
index 627ac739ee3f9645680e52f3ed527de813fb24e7..c3316484f83c125d70f2b372311ac1476fcb3da5 100755 (executable)
--- 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