Exit instead of returning when outside functions

This commit is contained in:
Pierre Pronchery 2016-10-11 18:08:18 +02:00
parent 6801ab22cf
commit c919a73198

View File

@ -153,4 +153,4 @@ while [ $# -ne 0 ]; do
fi
echo "All tests completed" 1>&2
done
return 0
exit 0