mirror of
https://github.com/smarty-php/smarty.git
synced 2025-08-04 02:14:26 +02:00
uncomment copy/unlink
This commit is contained in:
@@ -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";
|
||||
}
|
||||
|
Reference in New Issue
Block a user