Преглед изворни кода

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