Replace `return' outside of function with exit

MFC after:	3 days
X-MFC-to:	stable/10
Pointy hat to:	me
This commit is contained in:
Devin Teske 2015-09-11 21:18:21 +00:00
parent 0a8354938c
commit 65f3614085

View File

@ -1647,7 +1647,7 @@ while :; do
esac
done
return $SUCCESS
exit $SUCCESS
################################################################################
# END