Browse Source

Set local scope for env vars in rebar.bat

pull/3/head
Juhani Rankimies 14 years ago
committed by Tuncer Ayaz
parent
commit
7b0d970646
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      rebar.bat

+ 1
- 0
rebar.bat View File

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

Loading…
Cancel
Save