Author: faridz
Date: Tue Nov 27 09:13:39 2007
New Revision: 598700
URL: http://svn.apache.org/viewvc?rev=598700&view=rev
Log:
2007-11-27 Farid Zaripov <[EMAIL PROTECTED]>
Merged r598697 from branches/4.2.x
* etc/config/windows/build.wsf (TimeEcho): Print timestamp with the
format identical to unix format.
Modified:
incubator/stdcxx/trunk/etc/config/windows/build.wsf
Modified: incubator/stdcxx/trunk/etc/config/windows/build.wsf
URL:
http://svn.apache.org/viewvc/incubator/stdcxx/trunk/etc/config/windows/build.wsf?rev=598700&r1=598699&r2=598700&view=diff
==============================================================================
--- incubator/stdcxx/trunk/etc/config/windows/build.wsf (original)
+++ incubator/stdcxx/trunk/etc/config/windows/build.wsf Tue Nov 27 09:13:39 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