Formatting change: one tab per line

This commit is contained in:
Haitao Li
2011-08-30 22:19:58 +08:00
parent c1ea72abae
commit deb216713a

View File

@@ -4,7 +4,9 @@ all: compile
./rebar: ./rebar:
erl -noshell -s inets start \ erl -noshell -s inets start \
-eval 'httpc:request(get, {"http://hg.basho.com/rebar/downloads/rebar", []}, [], [{stream, "./rebar"}])' \ -eval 'httpc:request(get, {\
"http://hg.basho.com/rebar/downloads/rebar", []\
}, [], [{stream, "./rebar"}])' \
-s init stop -s init stop
chmod +x ./rebar chmod +x ./rebar