diff --git a/v2/tools/intel-win.jam b/v2/tools/intel-win.jam index 172ff9afd..2e2406038 100644 --- a/v2/tools/intel-win.jam +++ b/v2/tools/intel-win.jam @@ -42,7 +42,7 @@ rule init ( version ? : # the compiler version local root = [ common.get-absolute-tool-path $(command[-1]) ] ; local setup ; - setup = $(root:D)/iclvars.bat ; + setup = $(root)/iclvars.bat ; setup = "call \""$(setup)"\" > nul " ; if [ os.name ] = NT