summaryrefslogtreecommitdiffstats
path: root/checksetup.pl
diff options
context:
space:
mode:
authorjustdave%syndicomm.com <>2002-05-08 13:56:52 +0200
committerjustdave%syndicomm.com <>2002-05-08 13:56:52 +0200
commitc8abb4a534ccfb64e98c8a45588cbdf8c9d98eef (patch)
tree13fca7800e0fe732d461c40a344a05017b5ceb10 /checksetup.pl
parente9d127328584062a35806bdeecb3faba6527a5dd (diff)
downloadbugzilla-c8abb4a534ccfb64e98c8a45588cbdf8c9d98eef.tar.gz
bugzilla-c8abb4a534ccfb64e98c8a45588cbdf8c9d98eef.tar.xz
fix Tinderbox flaming
Diffstat (limited to 'checksetup.pl')
-rwxr-xr-xchecksetup.pl2
1 files changed, 1 insertions, 1 deletions
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") {