summaryrefslogtreecommitdiff
path: root/src/rebar_shell.erl
diff options
context:
space:
mode:
authorTristan Sloughter <t@crashfast.com>2014-08-16 09:12:08 -0500
committerTristan Sloughter <t@crashfast.com>2014-08-16 09:12:08 -0500
commit2880e2838bd6bbb72b83e013b8fc87265d6f75aa (patch)
tree5513e1c5237ae687fcbf0b2d5ccf696f007655cd /src/rebar_shell.erl
parenta602cfc5934d0f9b6668105ee2721f846fc46aac (diff)
move back to single command with arguments for comamnd after it
Diffstat (limited to 'src/rebar_shell.erl')
-rw-r--r--src/rebar_shell.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rebar_shell.erl b/src/rebar_shell.erl
index b089631..6b4bb1f 100644
--- a/src/rebar_shell.erl
+++ b/src/rebar_shell.erl
@@ -36,7 +36,7 @@
-include("rebar.hrl").
-define(PROVIDER, shell).
--define(DEPS, [app_builder]).
+-define(DEPS, [compile]).
%% ===================================================================
%% Public API