From c160b0e9ecaf563a18286c29e9118fa256088ce6 Mon Sep 17 00:00:00 2001 From: "lpsolit%gmail.com" <> Date: Fri, 6 Apr 2007 15:10:26 +0000 Subject: Bug 375602: makedocs.pl --with-pdf parameter check is buggy - Patch by Olav Vitters r/a=LpSolit --- docs/makedocs.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/makedocs.pl') diff --git a/docs/makedocs.pl b/docs/makedocs.pl index 818f45e41..b636a2f37 100644 --- a/docs/makedocs.pl +++ b/docs/makedocs.pl @@ -190,7 +190,7 @@ MakeDocs('big HTML', "jade -V nochunks -t sgml -i html -d " . MakeDocs('big text', "lynx -dump -justify=off -nolist Bugzilla-Guide.html " . "> ../txt/Bugzilla-Guide.txt"); -if (! grep("--with-pdf", @ARGV)) { +if (! grep($_ eq "--with-pdf", @ARGV)) { exit; } -- cgit v1.2.3-24-g4f1b