From a648b71ce5f11085408b450c329e26e35673afa8 Mon Sep 17 00:00:00 2001 From: Jimmy Olgeni Date: Tue, 2 Jun 2015 18:18:29 +0000 Subject: Add devel/erlang-recon, a collection of functions and scripts to debug Erlang in production. --- devel/erlang-recon/files/patch-script_app__deps.erl | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 devel/erlang-recon/files/patch-script_app__deps.erl (limited to 'devel/erlang-recon/files/patch-script_app__deps.erl') diff --git a/devel/erlang-recon/files/patch-script_app__deps.erl b/devel/erlang-recon/files/patch-script_app__deps.erl new file mode 100644 index 000000000000..0f3aacc20cc1 --- /dev/null +++ b/devel/erlang-recon/files/patch-script_app__deps.erl @@ -0,0 +1,7 @@ +--- script/app_deps.erl.orig 2015-06-02 17:06:36 UTC ++++ script/app_deps.erl +@@ -1,3 +1,4 @@ ++#!%%LOCALBASE%%/bin/escript + %%% Run with 'escript app_deps.erl' + %%% Change the path in filelib:wildcard/1 as required to capture + %%% all your dependencies. -- cgit v1.2.3