mirror of
https://github.com/correl/rebar.git
synced 2024-11-15 11:09:33 +00:00
Use correct value for file:script SCRIPT binding
This commit is contained in:
parent
47716a7ed8
commit
afffb4895a
1 changed files with 1 additions and 1 deletions
|
@ -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) ->
|
||||
|
|
Loading…
Reference in a new issue