summaryrefslogtreecommitdiff
path: root/bootstrap
diff options
context:
space:
mode:
authorTristan Sloughter <t@crashfast.com>2014-11-03 17:49:01 -0600
committerTristan Sloughter <t@crashfast.com>2014-11-03 17:49:01 -0600
commited017289edd48410fb1a02f0058df4be02abe6bb (patch)
treef6997ac5d62912bb23d47e885b7fc121f08bd0ca /bootstrap
parent08067639ad17ad00f0aa2c6b8bf30b588c04294d (diff)
switch ct provider to use external provider behavior
Diffstat (limited to 'bootstrap')
-rwxr-xr-xbootstrap/bootstrap2
1 files changed, 1 insertions, 1 deletions
diff --git a/bootstrap/bootstrap b/bootstrap/bootstrap
index 83e2b14..e34f033 100755
--- a/bootstrap/bootstrap
+++ b/bootstrap/bootstrap
@@ -46,7 +46,7 @@ main(Args) ->
false -> undefined
end,
- os:cmd("./bootstrap/rebar get-deps compile -r"),
+ os:cmd("./bootstrap/rebar get-deps compile"),
%% Compile all src/*.erl to ebin
%% To not accidentally try to compile files like Mac OS X resource forks,