* autogen/update_autogen: Make bzr commit respect -q option.

This commit is contained in:
Glenn Morris 2011-03-20 17:08:01 -07:00
parent dccef36192
commit e22c7d937a

View file

@ -169,7 +169,10 @@ msg "Committing..."
## bzr status output is annoyingly always relative to top-level, not PWD.
cd ../
bzr commit -m "Auto-commit of generated files." $modified || \
opt=
[ "$quiet" ] || opt=-q
bzr commit $opt -m "Auto-commit of generated files." $modified || \
die "bzr commit error"