merge-requests/273/head
Bernhard Landauer 8 years ago
parent 76bb0962aa
commit 4664f19d4c

@ -280,7 +280,7 @@ rank_mirrors() {
"testing" "-" off \ "testing" "-" off \
"unstable" "-" off 2>${BRANCH} "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})" LOG "branch selected: $(cat ${BRANCH})"
} }

Loading…
Cancel
Save