From 2bb6c94e04b100143a596ca31e2f1b60590f934e Mon Sep 17 00:00:00 2001 From: Peter Rosin Date: Tue, 14 Aug 2012 19:34:10 +0200 Subject: [PATCH] tests: fixup: make distcheck-override-infodir pass again Fixes Automake bug#12198. * t/distcheck-override-infodir.sh (main.texi): Remove all leading cruft added by commit v1.12.2-96-g133307b "maintcheck: fix spurious warnings". Signed-off-by: Peter Rosin --- t/distcheck-override-infodir.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/t/distcheck-override-infodir.sh b/t/distcheck-override-infodir.sh index 74f6c676d..e65078f7a 100755 --- a/t/distcheck-override-infodir.sh +++ b/t/distcheck-override-infodir.sh @@ -39,7 +39,7 @@ installcheck-local: END # Protect with leading " # " to avoid spurious maintainer-check failures. -sed 's/^ #//' > main.texi << 'END' +sed 's/^ *# *//' > main.texi << 'END' # \input texinfo # @setfilename main.info # @settitle main -- 2.47.2