Small correction for the ()'s under MacOSX
authordata <data@a0fa61bc-5347-0410-a1a9-7f54aa4e1825>
Sat, 25 Sep 2004 20:30:12 +0000 (20:30 +0000)
committerdata <data@a0fa61bc-5347-0410-a1a9-7f54aa4e1825>
Sat, 25 Sep 2004 20:30:12 +0000 (20:30 +0000)
git-svn-id: http://abcde.googlecode.com/svn/trunk@21 a0fa61bc-5347-0410-a1a9-7f54aa4e1825

abcde
debian/changelog

diff --git a/abcde b/abcde
index 1d16606..65586b0 100755 (executable)
--- a/abcde
+++ b/abcde
@@ -1621,7 +1621,7 @@ do_cdread ()
                cddafs)
                        # Find the track's mounted path
                        REALTRACKNUM=$(expr $UTRACKNUM + 0)
                cddafs)
                        # Find the track's mounted path
                        REALTRACKNUM=$(expr $UTRACKNUM + 0)
-                       FILEPATH=$(mount | grep "$CDROM on" | sed 's/^[^ ]* on \([^(]*\) (.*/\1/')
+                       FILEPATH=$(mount | grep "$CDROM on" | sed 's/^[^ ]* on \(.*\) (.*/\1/')
                        FILEPATH=$(find "$FILEPATH" | grep "/$REALTRACKNUM ");
                        # If the file exists, copy it
                        if [ -e "$FILEPATH" ] ; then
                        FILEPATH=$(find "$FILEPATH" | grep "/$REALTRACKNUM ");
                        # If the file exists, copy it
                        if [ -e "$FILEPATH" ] ; then
index f43ee10..a8346df 100644 (file)
@@ -36,8 +36,10 @@ abcde (2.1pre2.2.0-1) experimental; urgency=low
   * Changes normalize to normalize-audio (Closes: #267053)
   * Copes with wav files being erased by the ripping tool.
   * New -f to force local CDDB or fallback to template (no network).
   * Changes normalize to normalize-audio (Closes: #267053)
   * Copes with wav files being erased by the ripping tool.
   * New -f to force local CDDB or fallback to template (no network).
+  * Small patch to support ()'s in the path under MacOSX. Thanks to Evan Jones
+    for noticing and sending the patch.
 
 
- -- Jesus Climent <jesus.climent@hispalinux.es>  Mon, 30 Aug 2004 06:22:35 +0000
+ -- Jesus Climent <jesus.climent@hispalinux.es>  Sat, 25 Sep 2004 20:26:03 +0000
 
 abcde (2.1.19-1) unstable; urgency=low
 
 
 abcde (2.1.19-1) unstable; urgency=low