diff options
author | Ryan Phillips <rphillips@gentoo.org> | 2002-06-28 15:51:29 +0000 |
---|---|---|
committer | Ryan Phillips <rphillips@gentoo.org> | 2002-06-28 15:51:29 +0000 |
commit | 367830f904f98ddee3323236d731a53d285ce71d (patch) | |
tree | 1bd1791505d9a6d38495a51c1d89fe0e440b1787 /media-sound/abcde/files | |
parent | Oops. (diff) | |
download | gentoo-2-367830f904f98ddee3323236d731a53d285ce71d.tar.gz gentoo-2-367830f904f98ddee3323236d731a53d285ce71d.tar.bz2 gentoo-2-367830f904f98ddee3323236d731a53d285ce71d.zip |
fixed the bug in the diff file... Fixes #4239
Diffstat (limited to 'media-sound/abcde/files')
-rw-r--r-- | media-sound/abcde/files/abcde-2.0.3-gentoo.diff | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/media-sound/abcde/files/abcde-2.0.3-gentoo.diff b/media-sound/abcde/files/abcde-2.0.3-gentoo.diff index 73d1568e3505..757ebdf3b613 100644 --- a/media-sound/abcde/files/abcde-2.0.3-gentoo.diff +++ b/media-sound/abcde/files/abcde-2.0.3-gentoo.diff @@ -4,7 +4,7 @@ ALBUMFILE=$(mungefilename "$DALBUM") ARTISTFILE=$(mungefilename "$TRACKARTIST") TRACKFILE=$(mungefilename "$TRACKNAME") -++ TRACKNUM=$(printf %0.${TRACKNUMPADDING}d ${UTRACKNUM}) ++ TRACKNUM=$(printf %0.${TRACKNUMPADDING}d ${UTRACKNUM}) # Supported variables for OUTPUTFORMAT are ALBUMFILE, ARTISTFILE, TRACKFILE, and TRACKNUM. if [ "$VARIOUSARTISTS" = "y" ]; then OUTPUTFILE=$(eval echo $VAOUTPUTFORMAT) |