diff options
author | Fred Hebert <mononcqc@ferd.ca> | 2015-05-30 02:48:59 +0000 |
---|---|---|
committer | Fred Hebert <mononcqc@ferd.ca> | 2015-05-30 02:48:59 +0000 |
commit | 30847ec66103bdbaa8b7787577677c24d583500f (patch) | |
tree | 87261ea9792e569ecf28bbc804e4b44c54e01f5a /priv/shell-completion | |
parent | 398204b13e9b9073e14ce7311be6e54eb1eb956b (diff) |
Fix config loading in shell
Config files from the command line would expect the wrong format:
{app1, [...]}.
{app2, [...]}.
Instead of the correct sys.config format:
[{app1, [...]},
{app2, [...]}]
Not supported yet: the recursive file references documented in
http://www.erlang.org/doc/man/config.html
Diffstat (limited to 'priv/shell-completion')
0 files changed, 0 insertions, 0 deletions