summaryrefslogtreecommitdiffstats
path: root/usr.sbin/bsdinstall
diff options
context:
space:
mode:
authordteske <dteske@FreeBSD.org>2015-09-11 21:18:21 +0000
committerdteske <dteske@FreeBSD.org>2015-09-11 21:18:21 +0000
commit5e11e37006fd8656434e2c4f06955b58b3d520d7 (patch)
treedc651719c8126ba152d1482018a5185defcd8d09 /usr.sbin/bsdinstall
parentd84010cd10d58f0f4b1cbe2af6b703907e1ade60 (diff)
downloadFreeBSD-src-5e11e37006fd8656434e2c4f06955b58b3d520d7.zip
FreeBSD-src-5e11e37006fd8656434e2c4f06955b58b3d520d7.tar.gz
Replace `return' outside of function with exit
MFC after: 3 days X-MFC-to: stable/10 Pointy hat to: me
Diffstat (limited to 'usr.sbin/bsdinstall')
-rwxr-xr-xusr.sbin/bsdinstall/scripts/zfsboot2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/bsdinstall/scripts/zfsboot b/usr.sbin/bsdinstall/scripts/zfsboot
index e6124da..b42591b 100755
--- a/usr.sbin/bsdinstall/scripts/zfsboot
+++ b/usr.sbin/bsdinstall/scripts/zfsboot
@@ -1647,7 +1647,7 @@ while :; do
esac
done
-return $SUCCESS
+exit $SUCCESS
################################################################################
# END
OpenPOWER on IntegriCloud