build: update gnulib submodule to latest
authorJim Meyering <meyering@redhat.com>
Tue, 11 May 2010 07:50:29 +0000 (09:50 +0200)
committerJim Meyering <meyering@redhat.com>
Tue, 11 May 2010 07:51:16 +0000 (09:51 +0200)
* tests/init.sh: Update from gnulib, to fix typo.

gnulib
tests/init.sh

diff --git a/gnulib b/gnulib
index 204e7fe..34ccc00 160000 (submodule)
--- a/gnulib
+++ b/gnulib
@@ -1 +1 @@
-Subproject commit 204e7feaf617b2e14fdf1226dfaf858e984c1737
+Subproject commit 34ccc0097f0161afab82df3025b342d98ad63f01
index 1c0b4b4..05a983a 100644 (file)
@@ -98,7 +98,7 @@ test -n "$EXEEXT" && shopt -s expand_aliases
 # This is cheap and useful for exposing code that depends on the fact that
 # malloc-related functions often return memory that is mostly zeroed.
 # If you have the time and cycles, use valgrind to do an even better job.
-${MALLOC_PERTURB_=87}
+${MALLOC_PERTURB_=87}
 export MALLOC_PERTURB_
 
 # We use a trap below for cleanup.  This requires us to go through