Better to reset trap and explicitly exit success

MFC after:	3 days
X-MFC-to:	stable/10
This commit is contained in:
Devin Teske 2015-09-11 21:12:41 +00:00
parent 521414ebc7
commit 96eeaba5b1

View File

@ -129,7 +129,8 @@ bsdinstall umount
f_dprintf "Installation Completed at %s" "$( date )"
trap true EXIT
trap - EXIT
exit $SUCCESS
################################################################################
# END