projects
/
pspp
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
84085e1
)
(func_module): missing '.
author
Karl Berry
<karl@freefriends.org>
Wed, 4 Apr 2007 13:09:34 +0000
(13:09 +0000)
committer
Karl Berry
<karl@freefriends.org>
Wed, 4 Apr 2007 13:09:34 +0000
(13:09 +0000)
MODULES.html.sh
patch
|
blob
|
history
diff --git
a/MODULES.html.sh
b/MODULES.html.sh
index de3c03d8bec4b0bf1f0c0169926a35f9deb30f12..4e06eafd88ec141154b71b83795d656b95c34aa7 100755
(executable)
--- a/
MODULES.html.sh
+++ b/
MODULES.html.sh
@@
-1428,7
+1428,7
@@
func_module ()
includes=`gnulib-tool --extract-include-directive $1`
files=`gnulib-tool --extract-filelist $1 \
- | grep -v '^m4/gnulib-common\.m4$`
+ | grep -v '^m4/gnulib-common\.m4$
'
`
element=`echo "$includes" \
| sed -e "$sed_lt" -e "$sed_gt" -e "$sed_remove_trailing_empty_line" \
-e 's,^#include "\(.*\)"$,#include "<A HREF="'$repo_url_prefix'lib/\1'$repo_url_suffix_repl'">\1</A>",' \