Browse Source

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

pierre 23 years ago
parent
commit
2bea84c06e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      installer/install.dat

+ 1 - 1
installer/install.dat

@@ -511,7 +511,7 @@ endcfg
 defaultsetpath=
 defaultsetpath=
 @echo off
 @echo off
 echo Setting PATH for use with $TARGET Free Pascal compiler
 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=
 set PATH=%A%
 set PATH=%A%
 set A=
 set A=