changeset 12859:736f81f59a39

gnulib-tool: Fix typo in 2010-02-07 commit.
author Bruno Haible <bruno@clisp.org>
date Mon, 08 Feb 2010 21:29:32 +0100
parents f0e115b06b80
children 1825e6a0ff37
files ChangeLog gnulib-tool
diffstat 2 files changed, 8 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,10 @@
-2010-01-31  Bruno Haible  <bruno@clisp.org>
+2010-02-08  Bruno Haible  <bruno@clisp.org>
+
+	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  <bruno@clisp.org>
 
 	gnulib-tool: Fix up caching patches.
 	* gnulib-tool: New options --cache-modules, --no-cache-modules. Remove
--- a/gnulib-tool
+++ b/gnulib-tool
@@ -1870,7 +1870,7 @@
     *-tests)
       fgd1="$1"
       func_remove_suffix fgd1 '-tests'
-      echo "$fgdl"
+      echo "$fgd1"
       ;;
   esac
   # Then the explicit dependencies listed in the module description.