You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@stdcxx.apache.org by fa...@apache.org on 2007/11/27 18:11:51 UTC

svn commit: r598697 - /incubator/stdcxx/branches/4.2.x/etc/config/windows/build.wsf

Author: faridz
Date: Tue Nov 27 09:11:48 2007
New Revision: 598697

URL: http://svn.apache.org/viewvc?rev=598697&view=rev
Log:
2007-11-27 Farid Zaripov <fa...@epam.com>

	* etc/config/windows/build.wsf (TimeEcho): Print timestamp with the
	format identical to unix format.

Modified:
    incubator/stdcxx/branches/4.2.x/etc/config/windows/build.wsf

Modified: incubator/stdcxx/branches/4.2.x/etc/config/windows/build.wsf
URL: http://svn.apache.org/viewvc/incubator/stdcxx/branches/4.2.x/etc/config/windows/build.wsf?rev=598697&r1=598696&r2=598697&view=diff
==============================================================================
--- incubator/stdcxx/branches/4.2.x/etc/config/windows/build.wsf (original)
+++ incubator/stdcxx/branches/4.2.x/etc/config/windows/build.wsf Tue Nov 27 09:11:48 2007
@@ -228,7 +228,9 @@
 
 function TimeEcho(msg)
 {
-    WScript.Echo(Date() + ": " + msg);
+    WScript.Echo("### date:");
+    WScript.Echo(Date())
+    WScript.Echo("### " + msg);
 }
 
 // the main function of the script