diff --git a/src/usr/bin/sbopkg b/src/usr/bin/sbopkg index 271d13c..9feb38a 100755 --- a/src/usr/bin/sbopkg +++ b/src/usr/bin/sbopkg @@ -1348,7 +1348,7 @@ view_queue () { rm -f $WORKINGQUEUE cat $TMPQUEUE | while read PICK; do TESTAPP=$(echo $PICK | cut -f1 -d " ") - if $(cat $TMP/sbopkg-ans-queue | grep -q "^$TESTAPP"); then + if $(cat $TMP/sbopkg-ans-queue | grep -q "^$TESTAPP\$"); then echo $PICK | sed -e 's/OFF/ON/' >> $WORKINGQUEUE else echo $PICK | sed -e 's/ON/OFF/' >> $WORKINGQUEUE