From ba23dabcc2a35eb176dc636695523f955fa84467 Mon Sep 17 00:00:00 2001 From: Vladimir Prus Date: Mon, 15 Nov 2004 07:22:47 +0000 Subject: [PATCH] Fix typo. Thanks to Van Nguyen for the bug report. [SVN r26210] --- src/tools/intel-win.jam | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tools/intel-win.jam b/src/tools/intel-win.jam index 5de99b0fd..172ff9afd 100644 --- a/src/tools/intel-win.jam +++ b/src/tools/intel-win.jam @@ -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 ;