Remove use of return outside of function

MFC after:	3 days
X-MFC-to:	stable/10
This commit is contained in:
dteske 2015-09-11 20:45:41 +00:00
parent bc7a1b0134
commit 5bd4f328a6

View File

@ -159,7 +159,7 @@ for lang in $selected; do
docsets="$docsets $lang-freebsd-doc"
done
ASSUME_ALWAYS_YES=YES chroot $BSDINSTALL_CHROOT pkg install $docsets || return $FAILURE
ASSUME_ALWAYS_YES=YES chroot $BSDINSTALL_CHROOT pkg install $docsets
################################################################################
# END