Make sure wterl is started

This commit is contained in:
Gregory Burd 2012-06-07 13:20:28 +01:00
parent 57a70dc331
commit efc0b3e82c

View file

@ -34,6 +34,13 @@ fi
rebar get-deps rebar get-deps
file=./deps/riak_kv/src/riak_kv.app.src
if ! grep -q hanoidb $file ; then
echo
echo "Modifying $file, saving the original as ${file}.orig ..."
perl -i.orig -pe '/\bos_mon,/ && print qq( wterl,\n)' $file
fi
file=./deps/riak_kv/rebar.config file=./deps/riak_kv/rebar.config
if ! grep -q wterl $file ; then if ! grep -q wterl $file ; then
echo echo