Skip to content

Commit

Permalink
Suppress error log
Browse files Browse the repository at this point in the history
  • Loading branch information
msantos committed Dec 29, 2010
1 parent eaa54fa commit f4954bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -6,7 +6,7 @@ all: dirs compile
./rebar:
erl -noshell -s inets start \
-eval 'httpc:request(get, {"http://hg.basho.com/rebar/downloads/rebar", []}, [], [{stream, "./rebar"}])' \
-s init stop
-s inets stop -s init stop
chmod +x ./rebar

dirs:
Expand Down

0 comments on commit f4954bc

Please sign in to comment.