From: justdave%syndicomm.com <> Date: Fri, 25 Apr 2003 04:38:33 +0000 (+0000) Subject: Fixing tinderbox test failure resulting from the checkin for bug 197153 X-Git-Tag: bugzilla-2.16.3~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=aa5f59cdf82daa70442883cf849c85494fe8b978;p=thirdparty%2Fbugzilla.git Fixing tinderbox test failure resulting from the checkin for bug 197153 --- diff --git a/defparams.pl b/defparams.pl index 973e4a73f4..076bc11464 100644 --- a/defparams.pl +++ b/defparams.pl @@ -61,7 +61,7 @@ sub WriteParams { my $v = $::param{'version'}; delete $::param{'version'}; # Don't write the version number out to # the params file. - print $fh GenerateCode('%::param'); + print $fh (GenerateCode('%::param')); $::param{'version'} = $v; print $fh "1;\n"; close $fh;