From 3443b0a9c289dc3954b52875870dc2dd4b6ec259 Mon Sep 17 00:00:00 2001 From: Michiel Scholten Date: Mon, 21 Jul 2014 12:51:30 +0200 Subject: [PATCH] Fix for the group --- bin/update_repos | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/bin/update_repos b/bin/update_repos index 1cf62da..669525c 100755 --- a/bin/update_repos +++ b/bin/update_repos @@ -36,8 +36,7 @@ for LINE in "${LINES[@]}"; do if [ ${LINE:0:6} = 'group=' ]; then GRP=`echo $LINE | cut -d'=' -f 2` - echo "group: $GRP" - if [ -z $GRP ]; then + if [ ! -z $GRP ]; then GRPDIR=$WORKSPACE/$GRP else GRPDIR=$WORKSPACE