gnulib-tool: Fix typo in 2010-02-07 commit.
authorBruno Haible <bruno@clisp.org>
Mon, 8 Feb 2010 20:29:32 +0000 (21:29 +0100)
committerBruno Haible <bruno@clisp.org>
Mon, 8 Feb 2010 20:29:32 +0000 (21:29 +0100)
ChangeLog
gnulib-tool

index 7fc326a3b824e9c987570ea4017abfeffe7eeb70..bfa1dbd7d8c51d224d0e1e4bd29eefaa9a860013 100644 (file)
--- 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
index 792625d7f900d1418f3c6f6236de4c9869a4aee8..7c2efc62286dc326369462eed3f90849a6774e7e 100755 (executable)
@@ -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.