* autogen/update_autogen: Make bzr commit respect -q option.
This commit is contained in:
parent
dccef36192
commit
e22c7d937a
1 changed files with 4 additions and 1 deletions
|
@ -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"
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue