fix Tinderbox flaming

parent e9d12732
......@@ -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") {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment