From 4664f19d4c56e5d872466be30b7dd8cc22829e35 Mon Sep 17 00:00:00 2001 From: Bernhard Landauer Date: Sat, 18 Feb 2017 15:00:32 +0100 Subject: [PATCH] typo --- lib/util.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/util.sh b/lib/util.sh index e5d512e..b5b6a30 100644 --- a/lib/util.sh +++ b/lib/util.sh @@ -280,7 +280,7 @@ rank_mirrors() { "testing" "-" off \ "unstable" "-" off 2>${BRANCH} - [[ !-z "$(cat ${BRANCH})" ]] && pacman-mirrors -gib "$(cat ${BRANCH})" && \ + [[ ! -z "$(cat ${BRANCH})" ]] && pacman-mirrors -gib "$(cat ${BRANCH})" && \ LOG "branch selected: $(cat ${BRANCH})" }