Commit 7b79866ceb14a88d4324cc46f77b1034efbea8a1
1 parent
c90f9c2707
Exists in
master
[FIX] repos.sh
Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff
repos.sh
... | ... | @@ -124,7 +124,7 @@ else |
124 | 124 | for j in ${PATH_PREFIX}/${REPO}/* ; do |
125 | 125 | if [ -d "$j" ]; then |
126 | 126 | n=${j##*/} |
127 | - if [ $n != "__unported__" ]; then | |
127 | + if [ "$n" != "__unported__" ]; then | |
128 | 128 | if [ -h ${SYMLINKS_PATH}/$n ]; then |
129 | 129 | printf "symlink exists '${REPO}/$n'\n" |
130 | 130 | if [ "$ADD_REMOTE" = "YES" ]; then |