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

This commit is contained in:
pierre 2002-04-24 08:25:46 +00:00
parent 67ede1276b
commit 2bea84c06e

View File

@ -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=