소스 검색

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

불러오는 중...
취소
저장