mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-11-30 15:12:44 +00:00
MFC r323448: bsdinstall: Ignore error return from newaliases(1)
This was originally added as "exit $SUCCESS" but with nothing to set the SUCCESS variable. Thus it became an exit with no argument, which just exits with the status of the preceding command. Approved by: re (gjb) Sponsored by: The FreeBSD Foundation
This commit is contained in:
parent
bfa01cef5c
commit
176f3a7b54
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/stable/10/; revision=323571
@ -45,7 +45,7 @@ cp $BSDINSTALL_TMPBOOT/* $BSDINSTALL_CHROOT/boot
|
||||
# Set up other things from installed config
|
||||
chroot $BSDINSTALL_CHROOT /usr/bin/newaliases > /dev/null 2>&1
|
||||
|
||||
exit $SUCCESS
|
||||
exit 0
|
||||
|
||||
################################################################################
|
||||
# END
|
||||
|
Loading…
Reference in New Issue
Block a user