瀏覽代碼

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=% %*

Loading…
取消
儲存