Browse Source

Merge pull request #80 from tuncer/nodetool-no_compile

Do not compile nodetool escript
pull/3/head
Dave Smith 12 years ago
parent
commit
e632b7b185
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 %% nodetool: Helper Script for interacting with live nodes
%% %%
%% ------------------------------------------------------------------- %% -------------------------------------------------------------------
-mode(compile).
main(Args) -> main(Args) ->
ok = start_epmd(), ok = start_epmd(),
%% Extract the args %% Extract the args

Loading…
Cancel
Save