From 2bea84c06e4935e2c5710d7001d96d8cb1f19df1 Mon Sep 17 00:00:00 2001 From: pierre Date: Wed, 24 Apr 2002 08:25:46 +0000 Subject: [PATCH] * change $TARGET into $target in setpath.bat file --- installer/install.dat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installer/install.dat b/installer/install.dat index 0af9556bf5..243bb2ac1f 100644 --- a/installer/install.dat +++ b/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=