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:
@@ -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 ;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user