Browse Source

Improve rebar.bat

Add support for invoking rebar from other than current directory.
For example: ..\rebar create-node nodeid=mysample

requires rebar.bar and rebar (escript) to be in the same directory.
pull/3/head
Juhani Rankimies 14 years ago
committed by Dave Smith
parent
commit
ff5581c44a
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      rebar.bat

+ 2
- 1
rebar.bat View File

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

Loading…
Cancel
Save