mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-22 13:59:16 +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
|
:: check all the necessary parameters are given and not empty
|
||||||
if [%1]==[] goto USAGE
|
if [%1]==[] goto USAGE
|
||||||
if [%2]==[] 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
|
echo CHMHELPFILES: optional directory with chm helpfiles
|
||||||
|
|
||||||
:STOP
|
:STOP
|
||||||
|
|
||||||
|
ENDLOCAL
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user