ソースを参照

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年前
committed by Dave Smith
コミット
ff5581c44a
1個のファイルの変更2行の追加1行の削除
  1. +2
    -1
      rebar.bat

+ 2
- 1
rebar.bat ファイルの表示

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

読み込み中…
キャンセル
保存