$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r55339 - branches/release
From: ghost_at_[hidden]
Date: 2009-08-01 06:53:59
Author: vladimir_prus
Date: 2009-08-01 06:53:58 EDT (Sat, 01 Aug 2009)
New Revision: 55339
URL: http://svn.boost.org/trac/boost/changeset/55339
Log:
Disable echo right away.
Text files modified: 
   branches/release/bootstrap.bat |     4 ++--                                    
   1 files changed, 2 insertions(+), 2 deletions(-)
Modified: branches/release/bootstrap.bat
==============================================================================
--- branches/release/bootstrap.bat	(original)
+++ branches/release/bootstrap.bat	2009-08-01 06:53:58 EDT (Sat, 01 Aug 2009)
@@ -1,10 +1,10 @@
+@ECHO OFF
+
 REM Copyright (C) 2009 Vladimir Prus
 REM
 REM Distributed under the Boost Software License, Version 1.0.
 REM (See accompanying file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt)
 
-_at_ECHO OFF
-
 ECHO Building Boost.Jam build engine
 if exist ".\tools\jam\src\bin.ntx86\bjam.exe" del tools\jam\src\bin.ntx86\bjam.exe
 cd tools\jam\src