Explorar el Código

Use correct value for file:script SCRIPT binding

pull/3/head
Ulf Wiger hace 13 años
cometido por Tuncer Ayaz
padre
commit
afffb4895a
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

@ -165,7 +165,7 @@ get_env(Config, Mod) ->
consult_and_eval(File, Script) ->
?DEBUG("Evaluating config script ~p~n", [Script]),
ConfigData = try_consult(File),
file:script(Script, bs([{'CONFIG', ConfigData}, {'SCRIPT', File}])).
file:script(Script, bs([{'CONFIG', ConfigData}, {'SCRIPT', Script}])).
remove_script_ext(F) ->

Cargando…
Cancelar
Guardar