WIN, Install: use SETLOCAL to prevent modifying environment

git-svn-id: trunk@39676 -
This commit is contained in:
martin 2012-12-28 23:01:29 +00:00
parent 1e2c30bfef
commit 62360dc5e3

View File

@ -1,3 +1,5 @@
SETLOCAL
:: check all the necessary parameters are given and not empty
if [%1]==[] goto USAGE
if [%2]==[] goto USAGE
@ -246,3 +248,6 @@ echo PATCHFILE: optional patch file for the fpc sources
echo CHMHELPFILES: optional directory with chm helpfiles
:STOP
ENDLOCAL