$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: Jonathan Turkanis (turkanis_at_[hidden])
Date: 2008-02-06 19:05:28
It looks like there is a missing "self." in regression.py (see diff
below). Is it okay if I fix this?
Thanks,
--
Jonathan Turkanis
CodeRage
http://www.coderage.com
--
Index: regression.py
===================================================================
--- regression.py (revision 43135)
+++ regression.py (working copy)
@@ -435,7 +435,7 @@
b = os.path.basename( self.local )
tag = b[ 0: b.find( '.' ) ]
self.log( 'Tag: "%s"' % tag )
- self.unpack_tarball( local, self.boost_root )
+ self.unpack_tarball( self.local, self.boost_root )
elif self.have_source:
if not self.incremental: self.command_cleanup( [
'bin' ] )