output cosmetics

This commit is contained in:
Marius Kintel 2016-10-29 00:11:32 -04:00
parent 72acc2807b
commit 8609ebb5af

View file

@ -47,7 +47,7 @@ $TAP tap openscad/homebrew-tap
for formula in eigen boost cgal glew glib opencsg freetype libxml2 fontconfig harfbuzz qt5 qscintilla2 imagemagick; do
log "Installing formula $formula"
brew ls --versions $formula
(time -p brew install $formula) 2>&1 | grep real | awk '{print $2}'
(time -p brew install $formula) 2>&1 | grep real | awk '{print "-> " $2 " sec"}'
done
for formula in gettext qt5 qscintilla2; do