From c256f62ddde401f8177baa3089735cf647ecefaf Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Mon, 8 Feb 2010 21:29:32 +0100 Subject: [PATCH] gnulib-tool: Fix typo in 2010-02-07 commit. --- ChangeLog | 8 +++++++- gnulib-tool | 2 +- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 7fc326a3b8..bfa1dbd7d8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,10 @@ -2010-01-31 Bruno Haible +2010-02-08 Bruno Haible + + gnulib-tool: Fix typo in 2010-02-07 commit. + * gnulib-tool (func_get_dependencies): Fix typo in last commit. + Reported by Eric Blake. + +2010-02-07 Bruno Haible gnulib-tool: Fix up caching patches. * gnulib-tool: New options --cache-modules, --no-cache-modules. Remove diff --git a/gnulib-tool b/gnulib-tool index 792625d7f9..7c2efc6228 100755 --- a/gnulib-tool +++ b/gnulib-tool @@ -1870,7 +1870,7 @@ func_get_dependencies () *-tests) fgd1="$1" func_remove_suffix fgd1 '-tests' - echo "$fgdl" + echo "$fgd1" ;; esac # Then the explicit dependencies listed in the module description. -- 2.30.2