Set local scope for env vars in rebar.bat

This commit is contained in:
Juhani Rankimies 2011-01-12 17:58:10 +02:00 committed by Tuncer Ayaz
parent 5b05e54cda
commit 7b0d970646

View file

@ -1,3 +1,4 @@
@echo off @echo off
setlocal
set rebarscript=%0 set rebarscript=%0
escript.exe %rebarscript:.bat=% %* escript.exe %rebarscript:.bat=% %*