* autogen/update_autogen: Fix typo.
This commit is contained in:
parent
6ad6792b39
commit
9bb73912f7
2 changed files with 3 additions and 1 deletions
|
@ -1,5 +1,7 @@
|
|||
2011-03-23 Glenn Morris <rgm@gnu.org>
|
||||
|
||||
* autogen/update_autogen: Fix typo.
|
||||
|
||||
* Makefile.in (mkdir): Use `install-sh -d' instead of mkinstalldirs.
|
||||
(sync-from-gnulib): Don't sync mkinstalldirs.
|
||||
* make-dist: Don't distribute mkinstalldirs.
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue