Fix a typo in bsdinstall

A variable was misspelled resulting in chmod executing on the installer instead of on the target chroot

PR:		191402
Submitted by:	Martin Simmons <martin@lispworks.com>
Approved by:	brueffer
MFC after:	3 days
Sponsored by:	ScaleEngine Inc.
Differential Revision:	https://reviews.freebsd.org/D3061
This commit is contained in:
Allan Jude 2015-07-13 17:40:24 +00:00
parent 391f03dafb
commit 4ffa3da5f8
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=285482

View File

@ -1241,7 +1241,7 @@ zfs_create_boot()
local dir
for dir in /tmp /var/tmp; do
f_eval_catch $funcname chmod "$CHMOD_MODE" 1777 \
$BSDINSTALL_CHROOTDIR$dir || return $FAILURE
$BSDINSTALL_CHROOT$dir || return $FAILURE
done
# Create symlink(s)