$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r77600 - trunk/tools/build/v2
From: steven_at_[hidden]
Date: 2012-03-27 22:53:16
Author: steven_watanabe
Date: 2012-03-27 22:53:14 EDT (Tue, 27 Mar 2012)
New Revision: 77600
URL: http://svn.boost.org/trac/boost/changeset/77600
Log:
Write bootstrap.log to the correct location.
Text files modified: 
   trunk/tools/build/v2/bootstrap.bat |     2 +-                                      
   1 files changed, 1 insertions(+), 1 deletions(-)
Modified: trunk/tools/build/v2/bootstrap.bat
==============================================================================
--- trunk/tools/build/v2/bootstrap.bat	(original)
+++ trunk/tools/build/v2/bootstrap.bat	2012-03-27 22:53:14 EDT (Tue, 27 Mar 2012)
@@ -10,7 +10,7 @@
 if exist ".\engine\bin.ntx86_64\bjam.exe" del engine\bin.ntx86_64\bjam.exe
 cd engine
 
-call .\build.bat %* > ..\..\bootstrap.log
+call .\build.bat %* > ..\bootstrap.log
 @ECHO OFF
 cd ..