From: gerv%gerv.net <> Date: Wed, 8 May 2002 12:06:13 +0000 (+0000) Subject: Correct error message that Dave just fixed. X-Git-Tag: bugzilla-2.16rc1~10 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=35f72f6548eafd7bdc638439c040355d332600d1;p=thirdparty%2Fbugzilla.git Correct error message that Dave just fixed. --- diff --git a/checksetup.pl b/checksetup.pl index 8f662ea00c..1883a53241 100755 --- a/checksetup.pl +++ b/checksetup.pl @@ -904,7 +904,7 @@ if (-e "data/params") { require "defparams.pl"; use vars @::param_list; open(PARAMFILE, ">>old-params.txt") - || die "$0: Can't open params.txt for writing: $!\n"; + || die "$0: Can't open old-params.txt for writing: $!\n"; foreach my $item (keys %::param) { if (!grep($_ eq $item, @::param_list) && $item ne "version") {