From f777578f0ff50f900f081048e00763d298d686a3 Mon Sep 17 00:00:00 2001 From: "chess.griffin" Date: Fri, 16 Jan 2009 21:23:07 +0000 Subject: [PATCH] forgot to add one change to the check for path code --- src/usr/bin/sbopkg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/usr/bin/sbopkg b/src/usr/bin/sbopkg index 1acd461..ff15303 100755 --- a/src/usr/bin/sbopkg +++ b/src/usr/bin/sbopkg @@ -913,7 +913,7 @@ if [ $? = 0 ]; then USERQUEUE="$(cat $TMP/sbopkg_user_queue)" if [ ! "$USERQUEUE" = "" ]; then if $(echo $USERQUEUE | grep -q \/); then - continue + USERQUEUE=$USERQUEUE else USERQUEUE=$TMP/$USERQUEUE fi