aboutsummaryrefslogtreecommitdiffstats
path: root/po/update.pl
diff options
context:
space:
mode:
authorKjartan Maraas <kmaraas@src.gnome.org>2000-11-30 22:10:37 +0800
committerKjartan Maraas <kmaraas@src.gnome.org>2000-11-30 22:10:37 +0800
commit5fab333def88cfc41fcb18b11d1f31ce6d6e3019 (patch)
tree3a6cf7f728012a6a33181f1d3deafec456e767e1 /po/update.pl
parent6fca25a61dc5f5d111c36b7e3704850d73541923 (diff)
downloadgsoc2013-evolution-5fab333def88cfc41fcb18b11d1f31ce6d6e3019.tar
gsoc2013-evolution-5fab333def88cfc41fcb18b11d1f31ce6d6e3019.tar.gz
gsoc2013-evolution-5fab333def88cfc41fcb18b11d1f31ce6d6e3019.tar.bz2
gsoc2013-evolution-5fab333def88cfc41fcb18b11d1f31ce6d6e3019.tar.lz
gsoc2013-evolution-5fab333def88cfc41fcb18b11d1f31ce6d6e3019.tar.xz
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-xpo/update.pl2
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";
}