diff options
author | Juhani Rankimies <juhani@juranki.com> | 2011-01-12 17:58:10 +0200 |
---|---|---|
committer | Tuncer Ayaz <tuncer.ayaz@gmail.com> | 2011-01-12 17:17:34 +0100 |
commit | 7b0d970646eb45079d1ba8f4d50996b42b7ddbca (patch) | |
tree | e838dbfed4bf408ff7d47c9b403b66e821fa843a | |
parent | 5b05e54cda77d6e45fd6d1cc8ea1dabfafa6bcb1 (diff) |
Set local scope for env vars in rebar.bat
-rw-r--r-- | rebar.bat | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1,3 +1,4 @@ @echo off +setlocal set rebarscript=%0 escript.exe %rebarscript:.bat=% %* |