From 47589f718092b239eb646c2a4a58a80f4322ebd1 Mon Sep 17 00:00:00 2001 From: data Date: Sat, 25 Sep 2004 20:30:12 +0000 Subject: [PATCH 1/1] Small correction for the ()'s under MacOSX git-svn-id: http://abcde.googlecode.com/svn/trunk@21 a0fa61bc-5347-0410-a1a9-7f54aa4e1825 --- abcde | 2 +- debian/changelog | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/abcde b/abcde index 1d16606..65586b0 100755 --- a/abcde +++ b/abcde @@ -1621,7 +1621,7 @@ do_cdread () 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 diff --git a/debian/changelog b/debian/changelog index f43ee10..a8346df 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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). + * Small patch to support ()'s in the path under MacOSX. Thanks to Evan Jones + for noticing and sending the patch. - -- Jesus Climent Mon, 30 Aug 2004 06:22:35 +0000 + -- Jesus Climent Sat, 25 Sep 2004 20:26:03 +0000 abcde (2.1.19-1) unstable; urgency=low -- 2.20.1