mirror of
https://github.com/smarty-php/smarty.git
synced 2025-08-04 10:24: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);
|
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";
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user