1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-30 16:51:41 +00:00

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
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=287692

View File

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