Procházet zdrojové kódy

* also modify the echo in setpath.bat

pierre před 23 roky
rodič
revize
e24a142833
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      installer/install.dat

+ 1 - 1
installer/install.dat

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