projects
/
pspp
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1463045
)
gnulib-tool: Fix typo in 2010-02-07 commit.
author
Bruno Haible
<bruno@clisp.org>
Mon, 8 Feb 2010 20:29:32 +0000
(21:29 +0100)
committer
Bruno Haible
<bruno@clisp.org>
Mon, 8 Feb 2010 20:29:32 +0000
(21:29 +0100)
ChangeLog
patch
|
blob
|
history
gnulib-tool
patch
|
blob
|
history
diff --git
a/ChangeLog
b/ChangeLog
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
diff --git
a/gnulib-tool
b/gnulib-tool
index 792625d7f900d1418f3c6f6236de4c9869a4aee8..7c2efc62286dc326369462eed3f90849a6774e7e 100755
(executable)
--- a/
gnulib-tool
+++ b/
gnulib-tool
@@
-1870,7
+1870,7
@@
func_get_dependencies ()
*-tests)
fgd1="$1"
func_remove_suffix fgd1 '-tests'
- echo "$fgd
l
"
+ echo "$fgd
1
"
;;
esac
# Then the explicit dependencies listed in the module description.