소스 검색

Silence warnings, courtesy of Tuncer Ayaz

pull/3/head
Dave Smith 15 년 전
부모
커밋
fe03778678
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. +1
    -1
      src/rebar_escripter.erl
  2. +1
    -1
      src/rebar_utils.erl

+ 1
- 1
src/rebar_escripter.erl 파일 보기

@ -32,7 +32,7 @@
%% Public API
%% ===================================================================
escriptize(Config, AppFile) ->
escriptize(_Config, AppFile) ->
%% Extract the application name from the archive -- this will be be what
%% we call the output script
{ok, AppName, _AppData} = rebar_app_utils:load_app_file(AppFile),

+ 1
- 1
src/rebar_utils.erl 파일 보기

@ -85,7 +85,7 @@ now_str() ->
%% Internal functions
%% ====================================================================
match_first([], Val) ->
match_first([], _Val) ->
nomatch;
match_first([{Regex, MatchValue} | Rest], Val) ->
case re:run(Val, Regex, [{capture, none}]) of

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