mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-25 11:59:19 +02:00
WIN, Install: use SETLOCAL to prevent modifying environment
git-svn-id: trunk@39676 -
This commit is contained in:
parent
1e2c30bfef
commit
62360dc5e3
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user