[util] fix typo; add some msg

This commit is contained in:
udeved 2015-06-01 01:26:11 +02:00
parent 5b2bc21f40
commit 669d1941c9

View file

@ -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
}