mirror of
https://github.com/correl/rebar.git
synced 2024-11-23 19:19:54 +00:00
Do not compile nodetool escript
This removes the dependency on lib/compiler in an OTP release.
This commit is contained in:
parent
1a083672b1
commit
a2f3207542
1 changed files with 0 additions and 2 deletions
|
@ -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…
Reference in a new issue