diff options
author | Jim Meyering <meyering@redhat.com> | 2008-03-18 22:08:22 +0100 |
---|---|---|
committer | Jim Meyering <meyering@redhat.com> | 2008-03-18 22:08:22 +0100 |
commit | 23a05c3cd3ca80cf6580e5f3c44380feef3b1294 (patch) | |
tree | 419051780e53ac463edad805cfd93f811474c3b1 | |
parent | 02ba2fb91f395e29f00201163728ad698e57eefc (diff) | |
download | idutils-23a05c3cd3ca80cf6580e5f3c44380feef3b1294.tar.gz idutils-23a05c3cd3ca80cf6580e5f3c44380feef3b1294.tar.bz2 idutils-23a05c3cd3ca80cf6580e5f3c44380feef3b1294.zip |
* bootstrap.conf (gnulib_modules): Add useless-if-before-free.
-rw-r--r-- | bootstrap.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bootstrap.conf b/bootstrap.conf index 5da594f..df5c104 100644 --- a/bootstrap.conf +++ b/bootstrap.conf @@ -82,6 +82,7 @@ gnulib_modules=" strnlen1 strpbrk strsep + useless-if-before-free vc-list-files xalloc xalloc-die |