소스 검색

* also modify the echo in setpath.bat

pierre 23 년 전
부모
커밋
e24a142833
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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%