浏览代码

Add dynamic .script support for overlay vars file

pull/3/head
Dmitriy Kargapolov 13 年前
提交者 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} ->

正在加载...
取消
保存