Explorar el Código

Merge pull request #798 from garret-smith/fix_app_src_script

Terms is already a list
pull/809/head
Tristan Sloughter hace 9 años
padre
commit
49670721e1
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      src/rebar_config.erl

+ 1
- 1
src/rebar_config.erl Ver fichero

@ -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

Cargando…
Cancelar
Guardar