From 669d1941c93d205eb3c611d9fb11074d8f4898be Mon Sep 17 00:00:00 2001 From: udeved Date: Mon, 1 Jun 2015 01:26:11 +0200 Subject: [PATCH] [util] fix typo; add some msg --- lib/util.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/lib/util.sh b/lib/util.sh index ddeb11a..c816a0e 100644 --- a/lib/util.sh +++ b/lib/util.sh @@ -502,10 +502,12 @@ fix_dbus(){ } get_branch(){ - source /etc/pacman-mirrior.conf + source /etc/pacman-mirrors.conf + msg3 "Host branch: ${Branch}" echo "$Branch" } set_branch(){ + msg3 "Setting branch for ${branch} build" pacman-mirrors -g -b $1 }