summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTristan Sloughter <t@crashfast.com>2015-03-31 19:52:26 -0500
committerTristan Sloughter <t@crashfast.com>2015-04-02 09:11:40 -0500
commitef60d3b51f0d1fd89ac56675463c00d990002adc (patch)
treeeab71708804f20e761d7c1b14bd656bd666908ba
parentd1cdbae0fbd49a42252a8967704a21c6d133337f (diff)
re-export functions only used within rebar_utils that are also needed by plugins
-rw-r--r--src/rebar_utils.erl5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/rebar_utils.erl b/src/rebar_utils.erl
index df25997..d92ab80 100644
--- a/src/rebar_utils.erl
+++ b/src/rebar_utils.erl
@@ -49,7 +49,10 @@
erl_opts/1,
indent/1,
cleanup_code_path/1,
- args_to_tasks/1]).
+ args_to_tasks/1,
+ expand_env_variable/3,
+ get_arch/0,
+ wordsize/0]).
%% for internal use only
-export([otp_release/0]).