Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 11 Sep 2015 21:18:22 +0000 (UTC)
From:      Devin Teske <dteske@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r287695 - head/usr.sbin/bsdinstall/scripts
Message-ID:  <201509112118.t8BLIMGl049899@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: dteske
Date: Fri Sep 11 21:18:21 2015
New Revision: 287695
URL: https://svnweb.freebsd.org/changeset/base/287695

Log:
  Replace `return' outside of function with exit
  
  MFC after:	3 days
  X-MFC-to:	stable/10
  Pointy hat to:	me

Modified:
  head/usr.sbin/bsdinstall/scripts/zfsboot

Modified: head/usr.sbin/bsdinstall/scripts/zfsboot
==============================================================================
--- head/usr.sbin/bsdinstall/scripts/zfsboot	Fri Sep 11 21:14:48 2015	(r287694)
+++ head/usr.sbin/bsdinstall/scripts/zfsboot	Fri Sep 11 21:18:21 2015	(r287695)
@@ -1647,7 +1647,7 @@ while :; do
 	esac
 done
 
-return $SUCCESS
+exit $SUCCESS
 
 ################################################################################
 # END



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201509112118.t8BLIMGl049899>