Browse Source

Do not compile nodetool escript

This removes the dependency on lib/compiler in an OTP release.
pull/3/head
Tuncer Ayaz 12 years ago
parent
commit
a2f3207542
1 changed files with 0 additions and 2 deletions
  1. +0
    -2
      priv/templates/simplenode.nodetool

+ 0
- 2
priv/templates/simplenode.nodetool View File

@ -6,8 +6,6 @@
%% nodetool: Helper Script for interacting with live nodes
%%
%% -------------------------------------------------------------------
-mode(compile).
main(Args) ->
ok = start_epmd(),
%% Extract the args

Loading…
Cancel
Save