From: Bruno Haible Date: Mon, 8 Feb 2010 20:29:32 +0000 (+0100) Subject: gnulib-tool: Fix typo in 2010-02-07 commit. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c256f62ddde401f8177baa3089735cf647ecefaf;p=pspp gnulib-tool: Fix typo in 2010-02-07 commit. --- 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.