浏览代码

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