diff --git a/misc/fix_vars.php b/misc/fix_vars.php index ce138799..a8a2e0fa 100644 --- a/misc/fix_vars.php +++ b/misc/fix_vars.php @@ -56,8 +56,8 @@ foreach (array_slice($argv, 1) as $template) { fwrite($fp, $output); fclose($fp); - //copy($template.'.out', $template); - //unlink($template.'.out'); + copy($template.'.out', $template); + unlink($template.'.out'); print "Fixed $template.\n"; }