Skip to content

Commit

Permalink
Port Relx compatibility fix prior to version bump
Browse files Browse the repository at this point in the history
Manyally applies erlware/relx#941 to vendored
files, since the relx release for it isn't in place just yet but we need
OTP-27 compatibility.
  • Loading branch information
ferd committed Aug 29, 2024
1 parent 1959c16 commit 26cd527
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions vendor/relx/priv/templates/install_upgrade_escript
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
%%! -noinput
%% -*- mode: erlang;erlang-indent-level: 4;indent-tabs-mode: nil -*-
%% ex: ft=erlang ts=4 sw=4 et
-mode(interpret).

-define(TIMEOUT, 300000).
-define(INFO(Fmt,Args), io:format(Fmt,Args)).
Expand Down
1 change: 1 addition & 0 deletions vendor/relx/priv/templates/nodetool
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
%% relx when OTP-23 becomes the earliest support version of OTP.
%%
%% -------------------------------------------------------------------
-mode(interpret).

main(Args) ->
%% Extract the args
Expand Down

0 comments on commit 26cd527

Please sign in to comment.