rebuild: fix expansion prevention breaking the script

master
an 2019-05-30 23:38:07 -04:00
parent 6aed752181
commit 1f7e4ef015
1 changed files with 2 additions and 2 deletions

View File

@ -60,11 +60,11 @@ build_package() {
if [[ ! -d ~/bin/$pkg ]]
then
git clone "$branch" "$pull_url"
git clone $branch "$pull_url" || exit_on_err
fi
cd "$pkg" || exit_on_err
git pull
git pull || exit_on_err
local new_tag