diff options
author | Anthony Molinaro <anthonym@alumni.caltech.edu> | 2017-06-15 17:42:59 +0000 |
---|---|---|
committer | Anthony Molinaro <anthonym@alumni.caltech.edu> | 2017-06-15 17:42:59 +0000 |
commit | 083fc942b4becdef1400d1163e259a68bf8e6625 (patch) | |
tree | 3aff882f09f10ebe1b9851a3a30d379874ba8c81 /priv/templates | |
parent | 21a121fa669efb1463ad9160375e715557d83749 (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 'priv/templates')
0 files changed, 0 insertions, 0 deletions