瀏覽代碼

Add dynamic .script support for overlay vars file

pull/3/head
Dmitriy Kargapolov 13 年之前
committed by Tuncer Ayaz
父節點
當前提交
9c7259d8a2
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. +1
    -1
      src/rebar_reltool.erl

+ 1
- 1
src/rebar_reltool.erl 查看文件

@ -149,7 +149,7 @@ overlay_vars(Config, Vars0, ReltoolConfig) ->
load_vars_file(undefined) ->
dict:new();
load_vars_file(File) ->
case file:consult(File) of
case rebar_config:consult_file(File) of
{ok, Terms} ->
dict:from_list(Terms);
{error, Reason} ->

Loading…
取消
儲存