* also modify the echo in setpath.bat

This commit is contained in:
pierre 2002-04-24 09:01:44 +00:00
parent 2bea84c06e
commit e24a142833

View File

@ -510,7 +510,7 @@ endcfg
defaultsetpath=
@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 Path=
set PATH=%A%