uncomment copy/unlink

This commit is contained in:
mohrt
2001-04-23 22:36:25 +00:00
parent e24243b2c6
commit 509532d751

View File

@@ -56,8 +56,8 @@ foreach (array_slice($argv, 1) as $template) {
fwrite($fp, $output); fwrite($fp, $output);
fclose($fp); fclose($fp);
//copy($template.'.out', $template); copy($template.'.out', $template);
//unlink($template.'.out'); unlink($template.'.out');
print "Fixed $template.\n"; print "Fixed $template.\n";
} }