Fix typo: s/CUEWAVEFILE/CUEWAVFILE/ so that abcde.mkcue should now
authorEinvalSledge@gmail.com <EinvalSledge@gmail.com@a0fa61bc-5347-0410-a1a9-7f54aa4e1825>
Wed, 19 Dec 2012 13:53:37 +0000 (13:53 +0000)
committerEinvalSledge@gmail.com <EinvalSledge@gmail.com@a0fa61bc-5347-0410-a1a9-7f54aa4e1825>
Wed, 19 Dec 2012 13:53:37 +0000 (13:53 +0000)
produce working cue files. Closes issue 78.

git-svn-id: http://abcde.googlecode.com/svn/trunk@375 a0fa61bc-5347-0410-a1a9-7f54aa4e1825

abcde
changelog

diff --git a/abcde b/abcde
index d0585f6..1705fab 100755 (executable)
--- 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
index fc786cd..8ab1584 100644 (file)
--- 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