From: EinvalSledge@gmail.com Date: Sat, 16 Jun 2012 15:06:05 +0000 (+0000) Subject: Fix quoting error in case cddb-choice not set yet X-Git-Url: https://git.hcoop.net/clinton/abcde.git/commitdiff_plain/18f6490f2500a43feb946032a0a8e49eb6a241f5?hp=01deb17f8203a4cb8edbf55ef0e093be09f9824e 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 --- 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"