From 7b79866ceb14a88d4324cc46f77b1034efbea8a1 Mon Sep 17 00:00:00 2001 From: mj Date: Thu, 10 Dec 2015 21:51:40 +0100 Subject: [PATCH] [FIX] repos.sh --- repos.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/repos.sh b/repos.sh index 75764f7..0192700 100755 --- a/repos.sh +++ b/repos.sh @@ -124,7 +124,7 @@ else for j in ${PATH_PREFIX}/${REPO}/* ; do if [ -d "$j" ]; then n=${j##*/} - if [ $n != "__unported__" ]; then + if [ "$n" != "__unported__" ]; then if [ -h ${SYMLINKS_PATH}/$n ]; then printf "symlink exists '${REPO}/$n'\n" if [ "$ADD_REMOTE" = "YES" ]; then -- 2.0.0