summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Phillips <rphillips@gentoo.org>2002-06-28 15:51:29 +0000
committerRyan Phillips <rphillips@gentoo.org>2002-06-28 15:51:29 +0000
commit367830f904f98ddee3323236d731a53d285ce71d (patch)
tree1bd1791505d9a6d38495a51c1d89fe0e440b1787 /media-sound/abcde/files
parentOops. (diff)
downloadgentoo-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.diff2
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)