diff options
author | Tristan Sloughter <t@crashfast.com> | 2015-03-31 19:52:26 -0500 |
---|---|---|
committer | Tristan Sloughter <t@crashfast.com> | 2015-04-02 09:11:40 -0500 |
commit | ef60d3b51f0d1fd89ac56675463c00d990002adc (patch) | |
tree | eab71708804f20e761d7c1b14bd656bd666908ba | |
parent | d1cdbae0fbd49a42252a8967704a21c6d133337f (diff) |
re-export functions only used within rebar_utils that are also needed by plugins
-rw-r--r-- | src/rebar_utils.erl | 5 |
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]). |