Remove use of return outside of function
MFC after: 3 days X-MFC-to: stable/10
This commit is contained in:
parent
ff7b134cfa
commit
527a9f3a85
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user