summaryrefslogtreecommitdiff
path: root/src/rebar_digraph.erl
diff options
context:
space:
mode:
authorAnthony Molinaro <anthonym@alumni.caltech.edu>2017-06-15 17:42:59 +0000
committerAnthony Molinaro <anthonym@alumni.caltech.edu>2017-06-15 17:42:59 +0000
commit083fc942b4becdef1400d1163e259a68bf8e6625 (patch)
tree3aff882f09f10ebe1b9851a3a30d379874ba8c81 /src/rebar_digraph.erl
parent21a121fa669efb1463ad9160375e715557d83749 (diff)
Application type of none was not working.
I noticed this when trying to include entop in a release. Entop uses cecho which takes over the terminal, so you do not want it loaded or started. According to http://erlang.org/doc/man/rel.html, when you specify a Type of none it should not load or start, but the code for it's modules should be loaded. This patch ensures the code is not loaded or started, but doesn't do anything with the code paths. At the very least this allows me to start a shell in the case where I have an application of type none, and the application is neither loaded nor started.
Diffstat (limited to 'src/rebar_digraph.erl')
0 files changed, 0 insertions, 0 deletions