From 7b0d970646eb45079d1ba8f4d50996b42b7ddbca Mon Sep 17 00:00:00 2001 From: Juhani Rankimies Date: Wed, 12 Jan 2011 17:58:10 +0200 Subject: [PATCH] Set local scope for env vars in rebar.bat --- rebar.bat | 1 + 1 file changed, 1 insertion(+) diff --git a/rebar.bat b/rebar.bat index 5ac634b..547da6b 100644 --- a/rebar.bat +++ b/rebar.bat @@ -1,3 +1,4 @@ @echo off +setlocal set rebarscript=%0 escript.exe %rebarscript:.bat=% %*