From: Karl Berry Date: Wed, 4 Apr 2007 13:09:34 +0000 (+0000) Subject: (func_module): missing '. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fe5d1c56aae9611e588c41e8b689d90a120ad5df;p=pspp (func_module): missing '. --- diff --git a/MODULES.html.sh b/MODULES.html.sh index de3c03d8be..4e06eafd88 100755 --- 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 "\1",' \