diff options
author | Loïc Hoguin <[email protected]> | 2016-10-04 18:24:56 +0200 |
---|---|---|
committer | Loïc Hoguin <[email protected]> | 2016-10-04 18:26:04 +0200 |
commit | d5c32474e0690a32371fb8fb0b5d2db2c567269b (patch) | |
tree | 3c0587de9ea2b6dc23c11dcad3fa504e7f7b87ad /core | |
parent | a7a059504dd229958d8cd059b2a6ab93b4a6805a (diff) | |
download | erlang.mk-d5c32474e0690a32371fb8fb0b5d2db2c567269b.tar.gz erlang.mk-d5c32474e0690a32371fb8fb0b5d2db2c567269b.tar.bz2 erlang.mk-d5c32474e0690a32371fb8fb0b5d2db2c567269b.zip |
Update rebar in autopatch
This should fix some Windows issues.
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 ac8eaaa..536491f 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 791db716b5a3a7671e0b351f95ddf24b848ee173; \ + git checkout -q 576e12171ab8d69b048b827b92aa65d067deea01; \ $(MAKE); \ cd -; \ fi |