summaryrefslogtreecommitdiff
path: root/devel/erlang-recon/files/patch-script_app__deps.erl
diff options
context:
space:
mode:
authorJimmy Olgeni <olgeni@FreeBSD.org>2015-06-02 18:18:29 +0000
committerJimmy Olgeni <olgeni@FreeBSD.org>2015-06-02 18:18:29 +0000
commita648b71ce5f11085408b450c329e26e35673afa8 (patch)
treee4531ec1575a25f7a57a3c170d9f2564e8de673c /devel/erlang-recon/files/patch-script_app__deps.erl
parentmath/R-cran-stabledist: update to 0.7-0 (diff)
Add devel/erlang-recon, a collection of functions and scripts to
debug Erlang in production.
Notes
Notes: svn path=/head/; revision=388370
Diffstat (limited to 'devel/erlang-recon/files/patch-script_app__deps.erl')
-rw-r--r--devel/erlang-recon/files/patch-script_app__deps.erl7
1 files changed, 7 insertions, 0 deletions
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.