aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/bsdinstall/scripts/zfsboot
diff options
context:
space:
mode:
authorAllan Jude <allanjude@FreeBSD.org>2015-07-13 17:40:24 +0000
committerAllan Jude <allanjude@FreeBSD.org>2015-07-13 17:40:24 +0000
commit4ffa3da5f8d86a7014de319932c16030605567b2 (patch)
treec1a9f60fcd151bdc728010191a07064e78f84e22 /usr.sbin/bsdinstall/scripts/zfsboot
parent391f03dafbf66da6be47e78e903584fb094ff692 (diff)
downloadsrc-4ffa3da5f8d86a7014de319932c16030605567b2.tar.gz
src-4ffa3da5f8d86a7014de319932c16030605567b2.zip
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
Notes
Notes: svn path=/head/; revision=285482
Diffstat (limited to 'usr.sbin/bsdinstall/scripts/zfsboot')
-rwxr-xr-xusr.sbin/bsdinstall/scripts/zfsboot2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/bsdinstall/scripts/zfsboot b/usr.sbin/bsdinstall/scripts/zfsboot
index c759e85f2598..f4388bedfdd9 100755
--- a/usr.sbin/bsdinstall/scripts/zfsboot
+++ b/usr.sbin/bsdinstall/scripts/zfsboot
@@ -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)