瀏覽代碼

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

pierre 23 年之前
父節點
當前提交
2bea84c06e
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      installer/install.dat

+ 1 - 1
installer/install.dat

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