diff options
author | dteske <dteske@FreeBSD.org> | 2015-09-11 21:18:21 +0000 |
---|---|---|
committer | dteske <dteske@FreeBSD.org> | 2015-09-11 21:18:21 +0000 |
commit | 5e11e37006fd8656434e2c4f06955b58b3d520d7 (patch) | |
tree | dc651719c8126ba152d1482018a5185defcd8d09 /usr.sbin/bsdinstall | |
parent | d84010cd10d58f0f4b1cbe2af6b703907e1ade60 (diff) | |
download | FreeBSD-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-x | usr.sbin/bsdinstall/scripts/zfsboot | 2 |
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 |