From c8abb4a534ccfb64e98c8a45588cbdf8c9d98eef Mon Sep 17 00:00:00 2001 From: "justdave%syndicomm.com" <> Date: Wed, 8 May 2002 11:56:52 +0000 Subject: fix Tinderbox flaming --- checksetup.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'checksetup.pl') diff --git a/checksetup.pl b/checksetup.pl index 59d1dc14c..8f662ea00 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 param-$item.txt for writing: $!\n"; + || die "$0: Can't open params.txt for writing: $!\n"; foreach my $item (keys %::param) { if (!grep($_ eq $item, @::param_list) && $item ne "version") { -- cgit v1.2.3-24-g4f1b