svn commit: r290287 - stable/10/usr.sbin/bsdinstall/scripts

Devin Teske dteske at FreeBSD.org
Mon Nov 2 22:04:23 UTC 2015


Author: dteske
Date: Mon Nov  2 22:04:22 2015
New Revision: 290287
URL: https://svnweb.freebsd.org/changeset/base/290287

Log:
  MFC r287695: Replace `return' outside of function with exit
  
  Pointy hat to:	me

Modified:
  stable/10/usr.sbin/bsdinstall/scripts/zfsboot
Directory Properties:
  stable/10/   (props changed)

Modified: stable/10/usr.sbin/bsdinstall/scripts/zfsboot
==============================================================================
--- stable/10/usr.sbin/bsdinstall/scripts/zfsboot	Mon Nov  2 22:03:24 2015	(r290286)
+++ stable/10/usr.sbin/bsdinstall/scripts/zfsboot	Mon Nov  2 22:04:22 2015	(r290287)
@@ -1644,7 +1644,7 @@ while :; do
 	esac
 done
 
-return $SUCCESS
+exit $SUCCESS
 
 ################################################################################
 # END


More information about the svn-src-all mailing list