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

* change $TARGET into $target in setpath.bat file

pierre пре 23 година
родитељ
комит
2bea84c06e
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      installer/install.dat

+ 1 - 1
installer/install.dat

@@ -511,7 +511,7 @@ endcfg
 defaultsetpath=
 @echo off
 echo Setting PATH for use with $TARGET Free Pascal compiler
-set A=$1\bin\$TARGET;%PATH%
+set A=$1\bin\$target;%PATH%
 set Path=
 set PATH=%A%
 set A=