Parcourir la source

re-export functions only used within rebar_utils that are also needed by plugins

pull/302/head
Tristan Sloughter il y a 10 ans
Parent
révision
ef60d3b51f
1 fichiers modifiés avec 4 ajouts et 1 suppressions
  1. +4
    -1
      src/rebar_utils.erl

+ 4
- 1
src/rebar_utils.erl Voir le fichier

@ -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]).

Chargement…
Annuler
Enregistrer