forgot to add one change to the check for path code

This commit is contained in:
chess.griffin 2009-01-16 21:23:07 +00:00
parent 7307d03a63
commit f777578f0f

View File

@ -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