$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
From: dave_at_[hidden]
Date: 2007-11-12 12:15:27
Author: dave
Date: 2007-11-12 12:15:27 EST (Mon, 12 Nov 2007)
New Revision: 41037
URL: http://svn.boost.org/trac/boost/changeset/41037
Log:
Attempt to fix illegal path problems
Text files modified: 
   branches/bitten/tools/regression/src/process_jam_log.cpp |     1 +                                       
   1 files changed, 1 insertions(+), 0 deletions(-)
Modified: branches/bitten/tools/regression/src/process_jam_log.cpp
==============================================================================
--- branches/bitten/tools/regression/src/process_jam_log.cpp	(original)
+++ branches/bitten/tools/regression/src/process_jam_log.cpp	2007-11-12 12:15:27 EST (Mon, 12 Nov 2007)
@@ -544,6 +544,7 @@
     && !fs::exists( boost_root / "libs" ) )
   {
     boost_root /=  "..";
+    boost_root.normalize();
   }
 
   if ( boost_root.empty() )