浏览代码

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 年前
提交者 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=% %*

正在加载...
取消
保存