Author: ivanovic
Date: Mon Mar 10 18:19:01 2008
New Revision: 24494

URL: http://svn.gna.org/viewcvs/wesnoth?rev=24494&view=rev
Log:
redirecting output "the simple way" is not possible, argh!

Modified:
    branches/resources/gettext.wesnoth.org/bin/update-wesnoth-stats

Modified: branches/resources/gettext.wesnoth.org/bin/update-wesnoth-stats
URL: 
http://svn.gna.org/viewcvs/wesnoth/branches/resources/gettext.wesnoth.org/bin/update-wesnoth-stats?rev=24494&r1=24493&r2=24494&view=diff
==============================================================================
--- branches/resources/gettext.wesnoth.org/bin/update-wesnoth-stats (original)
+++ branches/resources/gettext.wesnoth.org/bin/update-wesnoth-stats Mon Mar 10 
18:19:01 2008
@@ -1,5 +1,7 @@
 #!/bin/bash
 SVNCHECKOUTPATH=/public/vhost/w/wesnoth/source
+
+echo update started at `date` >> ~/g.w.o-updates.log
 
 #update the 1.4 checkout
 cd $SVNCHECKOUTPATH/1.4/po
@@ -18,6 +20,5 @@
 
 #update the stats
 cd ~/html/gettext/
-echo update started at `date` >> ~/g.w.o-updates.log
-php grab-stats.php >> ~/g.w.o-updates.log
+php grab-stats.php 
 echo update completed at `date` >> ~/g.w.o-updates.log


_______________________________________________
Wesnoth-commits mailing list
[email protected]
https://mail.gna.org/listinfo/wesnoth-commits

Reply via email to