Do not compile nodetool escript

This removes the dependency on lib/compiler in an OTP release.
This commit is contained in:
Tuncer Ayaz 2013-04-06 18:58:46 +02:00
parent 1a083672b1
commit a2f3207542

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