2
0
mirror of https://github.com/boostorg/build.git synced 2026-02-14 12:42:11 +00:00

Fix typo.

Thanks to Van Nguyen for the bug report.


[SVN r26210]
This commit is contained in:
Vladimir Prus
2004-11-15 07:22:47 +00:00
parent 5b52f4260f
commit ba23dabcc2

View File

@@ -39,7 +39,7 @@ rule init ( version ? : # the compiler version
common.handle-options intel-win : $(condition) : $(command) : $(options) ;
local root = [ common.get-absolute-tool-path $(command[-1]) ] ;)
local root = [ common.get-absolute-tool-path $(command[-1]) ] ;
local setup ;
setup = $(root:D)/iclvars.bat ;