aboutsummaryrefslogtreecommitdiffstats
path: root/autogen
diff options
context:
space:
mode:
authorGlenn Morris <[email protected]>2011-03-22 23:40:56 -0700
committerGlenn Morris <[email protected]>2011-03-22 23:40:56 -0700
commit9bb73912f78111b09d2b90250d6e49a1fa0c4075 (patch)
tree5e34d478f74e62f100f086d746f7c478dd6e4a72 /autogen
parent6ad6792b390fd7d45773a5c14e29d44a54c17f1e (diff)
* autogen/update_autogen: Fix typo.
Diffstat (limited to 'autogen')
-rwxr-xr-xautogen/update_autogen2
1 files changed, 1 insertions, 1 deletions
diff --git a/autogen/update_autogen b/autogen/update_autogen
index 0b26dd27d2..f655404a72 100755
--- a/autogen/update_autogen
+++ b/autogen/update_autogen
@@ -170,7 +170,7 @@ msg "Committing..."
cd ../
opt=
-[ "$quiet" ] || opt=-q
+[ "$quiet" ] && opt=-q
bzr commit $opt -m "Auto-commit of generated files." $modified || \
die "bzr commit error"