mirror of
https://github.com/processone/ejabberd.git
synced 2024-11-24 16:23:40 +01:00
Copy a change from include file available since OTP 17.0
See:
5e575f6562
This commit is contained in:
parent
f77a163341
commit
327dc31e62
@ -173,7 +173,8 @@ build_script(Dir, UpdatedBeams) ->
|
|||||||
%% integer() | infinity.
|
%% integer() | infinity.
|
||||||
mod = [], %% [] | {Mod, StartArgs}, Mod= atom(),
|
mod = [], %% [] | {Mod, StartArgs}, Mod= atom(),
|
||||||
%% StartArgs = list().
|
%% StartArgs = list().
|
||||||
start_phases = [], %% [] | {Phase, PhaseArgs}, Phase = atom(),
|
start_phases, %% [{Phase, PhaseArgs}] | undefined,
|
||||||
|
%% Phase = atom(),
|
||||||
%% PhaseArgs = list().
|
%% PhaseArgs = list().
|
||||||
dir = "" %% The directory where the .app file was
|
dir = "" %% The directory where the .app file was
|
||||||
%% found (internal use).
|
%% found (internal use).
|
||||||
|
Loading…
Reference in New Issue
Block a user