mirror of
https://github.com/correl/rebar.git
synced 2024-12-18 03:00:17 +00:00
Set local scope for env vars in rebar.bat
This commit is contained in:
parent
5b05e54cda
commit
7b0d970646
1 changed files with 1 additions and 0 deletions
|
@ -1,3 +1,4 @@
|
||||||
@echo off
|
@echo off
|
||||||
|
setlocal
|
||||||
set rebarscript=%0
|
set rebarscript=%0
|
||||||
escript.exe %rebarscript:.bat=% %*
|
escript.exe %rebarscript:.bat=% %*
|
||||||
|
|
Loading…
Reference in a new issue