Browse Source

Revert "Update rebar in autopatch"

This reverts commit d5c32474e0690a32371fb8fb0b5d2db2c567269b.
Loïc Hoguin 8 years ago
parent
commit
7feb41d8b9
1 changed files with 1 additions and 1 deletions
  1. 1 1
      core/deps.mk

+ 1 - 1
core/deps.mk

@@ -163,7 +163,7 @@ define dep_autopatch_fetch_rebar
 	if [ ! -d $(ERLANG_MK_TMP)/rebar ]; then \
 	if [ ! -d $(ERLANG_MK_TMP)/rebar ]; then \
 		git clone -q -n -- https://github.com/rebar/rebar $(ERLANG_MK_TMP)/rebar; \
 		git clone -q -n -- https://github.com/rebar/rebar $(ERLANG_MK_TMP)/rebar; \
 		cd $(ERLANG_MK_TMP)/rebar; \
 		cd $(ERLANG_MK_TMP)/rebar; \
-		git checkout -q 576e12171ab8d69b048b827b92aa65d067deea01; \
+		git checkout -q 791db716b5a3a7671e0b351f95ddf24b848ee173; \
 		$(MAKE); \
 		$(MAKE); \
 		cd -; \
 		cd -; \
 	fi
 	fi