浏览代码

HPCC-18501 Fix ESDL batch file path

Signed-off-by: Michael Gardner <michael.gardner@lexisnexisrisk.com>
Michael Gardner 7 年之前
父节点
当前提交
42178124e1
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      clienttools/IDEPlugins/ESDL/esdl.bat.in

+ 2 - 2
clienttools/IDEPlugins/ESDL/esdl.bat.in

@@ -32,8 +32,8 @@ echo New Input file:  %newinput% >> %TMP%\log.txt
 echo New Ouput file:  %newoutput% >> %TMP%\log.txt
 copy /Y %3 %newinput%
 
-set "clienttoolsbindir=.\..\bin"
-set "clienttoolscompdir=.\..\componentfiles"
+set "clienttoolsbindir=..\..\bin"
+set "clienttoolscompdir=..\..\componentfiles"
 
 :begin
 if %action%==CalcIncludes goto eof