From edcd83dbd979077e2256476ffbfa3818ddd54783 Mon Sep 17 00:00:00 2001 From: "chess.griffin" Date: Fri, 2 Jan 2009 15:41:06 +0000 Subject: [PATCH] fix issue where packages were incorrectly identified as already being in the build queue; thanks to SpacePlod for the bug report. --- src/usr/bin/sbopkg | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/usr/bin/sbopkg b/src/usr/bin/sbopkg index 188eef3..28c1fa6 100755 --- a/src/usr/bin/sbopkg +++ b/src/usr/bin/sbopkg @@ -32,9 +32,9 @@ # D. Kadirov, The-spiki, David Somero, LukenShiro, Drew Ames, nille, # acidchild, mancha, macavity, Zordrak, Joao Felipe Santos, # cotterochan, necropresto, Pierre Cazenave, Mauro Giachero, -# The-Croupier, and Wade Grant. This script would not be where it is -# without the help of these folks. If I left anyone out, I -# apologize. Thank you! +# The-Croupier, Wade Grant, and SpacePlod. This script would not be +# where it is without the help of these folks. If I left anyone out, +# I apologize. Thank you! # #set -x @@ -599,7 +599,7 @@ elif [ $CHOICE = 0 ]; then remove_sources $APP fi if [ "$U" = "Queue" ]; then - if $(cat $TMP/sbopkg-tmp-queue | grep -q "$APP"); then + if $(cat $TMP/sbopkg-tmp-queue | grep -q "$APP "); then dialog --title "ERROR" --msgbox "$APP is already in the \ queue." 8 30 else