diff options
Diffstat (limited to 'po/update.pl')
-rwxr-xr-x | po/update.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/po/update.pl b/po/update.pl index c7c86399df..2b6accb302 100755 --- a/po/update.pl +++ b/po/update.pl @@ -314,7 +314,7 @@ sub GeneratePot{ unlink(".headerlock"); print "Removing generated header (.h) files..."; -# system("rm ./tmp/ -rf"); + system("rm ./tmp/ -rf"); } print "done\n"; } |