diff options
| author | Jim Meyering <meyering@redhat.com> | 2010-05-11 09:50:29 +0200 |
|---|---|---|
| committer | Jim Meyering <meyering@redhat.com> | 2010-05-11 09:51:16 +0200 |
| commit | 844b2570b3206f5483522242ca369929c7cff062 (patch) | |
| tree | 996be6b8aad5a0f3854fb8ca7ee3f13b4b140847 | |
| parent | build: record that when building from git, gettext-0.18 is required (diff) | |
| download | coreutils-844b2570b3206f5483522242ca369929c7cff062.tar.gz coreutils-844b2570b3206f5483522242ca369929c7cff062.zip | |
build: update gnulib submodule to latest
* tests/init.sh: Update from gnulib, to fix typo.
| m--------- | gnulib | 0 | ||||
| -rw-r--r-- | tests/init.sh | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/gnulib b/gnulib -Subproject 204e7feaf617b2e14fdf1226dfaf858e984c173 +Subproject 34ccc0097f0161afab82df3025b342d98ad63f0 diff --git a/tests/init.sh b/tests/init.sh index 1c0b4b4f1..05a983a45 100644 --- a/tests/init.sh +++ b/tests/init.sh @@ -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 |
