Ver código fonte

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 anos atrás
committed by Dave Smith
pai
commit
ff5581c44a
1 arquivos alterados com 2 adições e 1 exclusões
  1. +2
    -1
      rebar.bat

+ 2
- 1
rebar.bat Ver arquivo

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

Carregando…
Cancelar
Salvar