From 18f6490f2500a43feb946032a0a8e49eb6a241f5 Mon Sep 17 00:00:00 2001 From: "EinvalSledge@gmail.com" Date: Sat, 16 Jun 2012 15:06:05 +0000 Subject: [PATCH 1/1] Fix quoting error in case cddb-choice not set yet git-svn-id: http://abcde.googlecode.com/svn/trunk@353 a0fa61bc-5347-0410-a1a9-7f54aa4e1825 --- abcde | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/abcde b/abcde index af65712..f9bc8ee 100755 --- a/abcde +++ b/abcde @@ -4091,7 +4091,7 @@ if [ "$DOCDDB" = "y" ]; then esac fi CHOICE=$(checkstatus cddb-choice) - if [ $CHOICE = 0 ] ; then + if [ "$CHOICE" = 0 ] ; then # We don't have any information at all; try to fall back # to CD-Text for basic information vecho "No CDDB information found, trying cdtext from the CD" -- 2.20.1