(func_module): missing '.
authorKarl Berry <karl@freefriends.org>
Wed, 4 Apr 2007 13:09:34 +0000 (13:09 +0000)
committerKarl Berry <karl@freefriends.org>
Wed, 4 Apr 2007 13:09:34 +0000 (13:09 +0000)
MODULES.html.sh

index de3c03d8bec4b0bf1f0c0169926a35f9deb30f12..4e06eafd88ec141154b71b83795d656b95c34aa7 100755 (executable)
@@ -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>",' \