summaryrefslogtreecommitdiff
path: root/deps/ale/rebar.config.script
blob: 70787ad30523b301a6b3ed5633978f7ea3852c71 (plain)
1
2
3
4
5
6
7
%% -*- erlang -*-
case os:getenv("REBAR_DEPS") of
    false ->
	CONFIG;
    Dir ->
	lists:keystore(deps_dir, 1, CONFIG, {deps_dir, Dir})
end.