diff options
author | Tuncer Ayaz <tuncer.ayaz@gmail.com> | 2013-04-06 18:58:46 +0200 |
---|---|---|
committer | Tuncer Ayaz <tuncer.ayaz@gmail.com> | 2013-04-12 20:52:26 +0200 |
commit | a2f3207542c2addf058c2ed15e697573561e873b (patch) | |
tree | 2ba7802c77caf5e30584e9c11b44f667cf82653f /priv/templates | |
parent | 1a083672b1aaf5e62aefb12a7b8e0fd948dae182 (diff) |
Do not compile nodetool escript
This removes the dependency on lib/compiler in an OTP release.
Diffstat (limited to 'priv/templates')
-rwxr-xr-x | priv/templates/simplenode.nodetool | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/priv/templates/simplenode.nodetool b/priv/templates/simplenode.nodetool index 54ee6d6..ce06c6a 100755 --- a/priv/templates/simplenode.nodetool +++ b/priv/templates/simplenode.nodetool @@ -6,8 +6,6 @@ %% nodetool: Helper Script for interacting with live nodes %% %% ------------------------------------------------------------------- --mode(compile). - main(Args) -> ok = start_epmd(), %% Extract the args |