From: Jim Meyering Date: Mon, 28 Apr 2008 14:12:45 +0000 (+0000) Subject: fix typo in bootstrap script X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=7301131e428375e8b42d75cbde8e9f9c73582d77;p=libvirt.git fix typo in bootstrap script * bootstrap: Fix typo: s/gnulib/.gnulib/. Reported by Daniel P. Berrange. --- diff --git a/ChangeLog b/ChangeLog index 39f32ab25b..56af7fa01a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +Mon Apr 28 16:11:22 CEST 2008 Jim Meyering + + 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 * tests/.valgrind.supp, tests/Makefile.am: Ignore bash bugs when diff --git a/bootstrap b/bootstrap index f7b6aec968..087b98d972 100755 --- a/bootstrap +++ b/bootstrap @@ -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