updated brew-install-packages.sh

pull/2/head
Hari Sekhon 5 years ago
parent 34c74e67f8
commit 65f41b4a5d

@ -47,7 +47,7 @@ if [ -z "${NO_UPDATE:-}" ]; then
fi
echo "Updating Homebrew"
brew update $brew_update_opts &
while jobs | grep -q .; do
while jobs | grep -q '[[:space:]]Running[[:space:]]*brew update'; do
# /bin/sh doesn't support -e
#echo -n .
printf .

Loading…
Cancel
Save