$include_dir="/home/hyper-archives/boost-testing/include"; include("$include_dir/msg-header.inc") ?>
From: David Walthall (walthall_at_[hidden])
Date: 2008-04-21 14:14:47
It appears that there is a bug in regression.py. I think that both of
the %s on line 365 should be quoted:
self.svn_command( 'info --xml "%s" >"%s"' %
(self.boost_root,svn_info_file) )
instead of
self.svn_command( 'info --xml "%s" >%s' %
(self.boost_root,svn_info_file) )
since the original line fails if the svn_info_file path has spaces in it.
Thanks,
David