[style] dist/scripts: fix return statements

Always put explicit code after return; otherwise return value depends
on exit status from a previous command which might be different from
what we actually want to return.

Signed-off-by: Kir Kolyshkin <kir@openvz.org>
9 files changed