diff options
author | Kjartan Maraas <kmaraas@src.gnome.org> | 2000-11-30 22:10:37 +0800 |
---|---|---|
committer | Kjartan Maraas <kmaraas@src.gnome.org> | 2000-11-30 22:10:37 +0800 |
commit | 5fab333def88cfc41fcb18b11d1f31ce6d6e3019 (patch) | |
tree | 3a6cf7f728012a6a33181f1d3deafec456e767e1 /po/update.pl | |
parent | 6fca25a61dc5f5d111c36b7e3704850d73541923 (diff) | |
download | gsoc2013-evolution-5fab333def88cfc41fcb18b11d1f31ce6d6e3019.tar.gz gsoc2013-evolution-5fab333def88cfc41fcb18b11d1f31ce6d6e3019.tar.zst gsoc2013-evolution-5fab333def88cfc41fcb18b11d1f31ce6d6e3019.zip |
Put back the non-modified version of the tools
svn path=/trunk/; revision=6735
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"; } |