浏览代码

Terms is already a list

Fixes compiling yaws, which has an .app.src.script file
pull/798/head
Garret Smith 9 年前
父节点
当前提交
ce19c2e16d
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      src/rebar_config.erl

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

@ -64,7 +64,7 @@ consult_file_(File) ->
case filename:extension(File) of
".script" ->
{ok, Terms} = consult_and_eval(remove_script_ext(File), File),
[Terms];
Terms;
_ ->
Script = File ++ ".script",
case filelib:is_regular(Script) of

正在加载...
取消
保存