From b4674d60f97cd4b1d8c69bf03b04ead698120b39 Mon Sep 17 00:00:00 2001 From: colintu Date: Sun, 8 Nov 2009 16:25:50 +0000 Subject: [PATCH] Fix syntax error in tagged speex command git-svn-id: http://abcde.googlecode.com/svn/trunk@282 a0fa61bc-5347-0410-a1a9-7f54aa4e1825 --- abcde | 2 +- changelog | 2 ++ debian/changelog | 4 +++- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/abcde b/abcde index 60c07ae..a23a744 100755 --- a/abcde +++ b/abcde @@ -1125,7 +1125,7 @@ do_encode () fi # Quick hack to avoid tagging Ogg/Speex, since there is no other way to tag than inline tagging if [ ! "$DOTAG" = "y" ]; then - $RUN_COMMAND nice $EFFECTIVE_NICE $SPEEXENCODER $SPEEXENCODEROPTS --author "$TRACKARTIST" --title "$TRACKNAME" "$COMMENT" "$IN" "$OUT" + $RUN_COMMAND nice $EFFECTIVE_NICE $SPEEXENCODER $SPEEXENCODEROPTS --author "$TRACKARTIST" --title "$TRACKNAME" --comment "$COMMENT" "$IN" "$OUT" else $RUN_COMMAND nice $EFFECTIVE_NICE $SPEEXENCODER $SPEEXENCODEROPTS "$IN" "$OUT" fi diff --git a/changelog b/changelog index 486f33d..b022dda 100644 --- a/changelog +++ b/changelog @@ -4,6 +4,8 @@ abcde (2.4.0.1-1) unstable; urgency=low * In manpage note a 2nd use for LOWDISK (or '-l' switch) it's faster and better on scratchy disks (Closes: #426343). * Add configurable options for replaygain tools. + * Fix syntax error in tagged speex command (Closes: #554406) + Ubuntu patch by Michael Helmling. -- Colin Tuckley Thu, 29 Oct 2009 19:09:47 +0000 diff --git a/debian/changelog b/debian/changelog index 7759db2..191140d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,8 +4,10 @@ abcde (2.4.0.1-1) unstable; urgency=low * In manpage note a 2nd use for LOWDISK (or '-l' switch) it's faster and better on scratchy disks (Closes: #426343). * Add configurable options for replaygain tools (Closes: #426544). + * Fix syntax error in tagged speex command (Closes: #554406) + Ubuntu patch by Michael Helmling. - -- Colin Tuckley Thu, 29 Oct 2009 19:09:47 +0000 + -- Colin Tuckley Sun, 08 Nov 2009 16:22:28 +0000 abcde (2.4.0-1) unstable; urgency=low -- 2.20.1