From 04ad1a5dbec94e8ab1b7449e512f802acd56c3df Mon Sep 17 00:00:00 2001 From: "EinvalSledge@gmail.com" Date: Wed, 19 Dec 2012 13:53:37 +0000 Subject: [PATCH] Fix typo: s/CUEWAVEFILE/CUEWAVFILE/ so that abcde.mkcue should now produce working cue files. Closes issue 78. git-svn-id: http://abcde.googlecode.com/svn/trunk@375 a0fa61bc-5347-0410-a1a9-7f54aa4e1825 --- abcde | 2 +- changelog | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/abcde b/abcde index d0585f6..1705fab 100755 --- a/abcde +++ b/abcde @@ -1750,7 +1750,7 @@ abcde.mkcue () { shift 2 echo REM DISCID $DISCID - echo FILE \""$CUEWAVEFILE"\" WAVE + echo FILE \""$CUEWAVFILE"\" WAVE if [ $1 -ne 150 ] && [ $MODE = "PREGAP" ] ; then OFFSET=$1 diff --git a/changelog b/changelog index fc786cd..8ab1584 100644 --- a/changelog +++ b/changelog @@ -14,6 +14,8 @@ abcde 2.5.5 UNRELEASED Closes issue 8. * Allow opus encoding with opusenc. Thanks to Tomasz Golinski for the patch. Closes issue 70. + * Fix typo: s/CUEWAVEFILE/CUEWAVFILE/ so that abcde.mkcue should now + produce working cue files. Closes issue 78. -- Steve McIntyre <93sam@debian.org> Tue, 27 Nov 2012 17:34:55 +0000 -- 2.20.1