diff options
author | Loïc Hoguin <[email protected]> | 2016-10-04 21:08:21 +0200 |
---|---|---|
committer | Loïc Hoguin <[email protected]> | 2016-10-04 21:08:21 +0200 |
commit | 7feb41d8b9f92a89ce98dc92e6309946bd8a7d8f (patch) | |
tree | abb629eaa30a5550ff4e58c17cc21e7a925b1ee4 /core | |
parent | d5c32474e0690a32371fb8fb0b5d2db2c567269b (diff) | |
download | erlang.mk-7feb41d8b9f92a89ce98dc92e6309946bd8a7d8f.tar.gz erlang.mk-7feb41d8b9f92a89ce98dc92e6309946bd8a7d8f.tar.bz2 erlang.mk-7feb41d8b9f92a89ce98dc92e6309946bd8a7d8f.zip |
Revert "Update rebar in autopatch"
This reverts commit d5c32474e0690a32371fb8fb0b5d2db2c567269b.
Diffstat (limited to 'core')
-rw-r--r-- | core/deps.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/deps.mk b/core/deps.mk index 536491f..ac8eaaa 100644 --- a/core/deps.mk +++ b/core/deps.mk @@ -163,7 +163,7 @@ define dep_autopatch_fetch_rebar if [ ! -d $(ERLANG_MK_TMP)/rebar ]; then \ git clone -q -n -- https://github.com/rebar/rebar $(ERLANG_MK_TMP)/rebar; \ cd $(ERLANG_MK_TMP)/rebar; \ - git checkout -q 576e12171ab8d69b048b827b92aa65d067deea01; \ + git checkout -q 791db716b5a3a7671e0b351f95ddf24b848ee173; \ $(MAKE); \ cd -; \ fi |