Merge pull request #48 from tuncer/286

Fix basho/rebar/issues/286
This commit is contained in:
Dave Smith 2012-12-17 08:04:02 -08:00
commit f2b79fc748

View file

@ -762,7 +762,6 @@ pause_until_net_kernel_stopped(0) ->
exit(net_kernel_stop_failed);
pause_until_net_kernel_stopped(N) ->
try
_ = net_kernel:i(),
timer:sleep(100),
pause_until_net_kernel_stopped(N - 1)
catch