24
1
mirror of https://github.com/processone/ejabberd.git synced 2024-06-06 21:37:17 +02:00

Copy a change from include file available since OTP 17.0

See:
5e575f6562
This commit is contained in:
Badlop 2021-04-10 17:32:26 +02:00
parent f77a163341
commit 327dc31e62

View File

@ -173,7 +173,8 @@ build_script(Dir, UpdatedBeams) ->
%% integer() | infinity.
mod = [], %% [] | {Mod, StartArgs}, Mod= atom(),
%% StartArgs = list().
start_phases = [], %% [] | {Phase, PhaseArgs}, Phase = atom(),
start_phases, %% [{Phase, PhaseArgs}] | undefined,
%% Phase = atom(),
%% PhaseArgs = list().
dir = "" %% The directory where the .app file was
%% found (internal use).