fix typo in bootstrap script

* bootstrap: Fix typo: s/gnulib/.gnulib/.  Reported by
Daniel P. Berrange.
This commit is contained in:
Jim Meyering 2008-04-28 14:12:45 +00:00
parent 13a0a5fa23
commit 7301131e42
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,9 @@
Mon Apr 28 16:11:22 CEST 2008 Jim Meyering <meyering@redhat.com>
fix typo in bootstrap script
* bootstrap: Fix typo: s/gnulib/.gnulib/. Reported by
Daniel P. Berrange.
Mon Apr 28 09:32:22 EST 2008 Daniel P. Berrange <berrange@redhat.com>
* tests/.valgrind.supp, tests/Makefile.am: Ignore bash bugs when

View File

@ -48,7 +48,7 @@ cleanup_gnulib() {
case ${GNULIB_SRCDIR--} in
-)
if [ ! -d gnulib ]; then
if [ ! -d .gnulib ]; then
echo "$0: getting gnulib files..."
trap cleanup_gnulib 1 2 13 15