Package: abcde
Version: 2.3.99.6-1
Severity: normal

There is a small bug in abcde relating to the track number tagging.
It looks like it may just be a syntax oversight.

On line 809 of the abcde script, there is an option to the $TAGGER command:

-T "${TRACKNUM:-$1/$TRACKS}"

The braces appear to be incorrect.  This option should actually be: (notice the
right brace move)

-T "${TRACKNUM:-$1}/$TRACKS"

Correcting this option results in encoded files having the documented/expected
format of $T/$TRACKS rather than just $T.



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to