2
0
mirror of https://github.com/boostorg/build.git synced 2026-02-15 00:52:16 +00:00

Corrected a typo in the tools/build/v2/tools/common.jam __test__ rule causing it to mess up the global .name variable in the os.jam module. This was effectively causing an internal os.jam module test to fail when you ran 'bjam --debug'.

[SVN r45121]
This commit is contained in:
Jurko Gospodnetić
2008-05-04 23:59:21 +00:00
parent 65a07b4ac6
commit f2a34599a5

View File

@@ -861,7 +861,7 @@ rule __test__ ( )
local nl = "
" ;
local save-os = [ modules.peek os : name ] ;
local save-os = [ modules.peek os : .name ] ;
modules.poke os : .name : LINUX ;