aboutsummaryrefslogtreecommitdiff
path: root/libexec/rc
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2023-05-01 15:28:11 +0000
committerWarner Losh <imp@FreeBSD.org>2023-05-01 21:02:53 +0000
commit0c4183f02efccbb09892f3e5c97745884afe189d (patch)
tree57934667c135c91e12d8f9ed6fb12ee5e19a7e9e /libexec/rc
parent43f7eeff0d45769e1deaf0a6879bc807fdafaf4c (diff)
Diffstat (limited to 'libexec/rc')
-rwxr-xr-xlibexec/rc/rc.d/zfsbe2
1 files changed, 1 insertions, 1 deletions
diff --git a/libexec/rc/rc.d/zfsbe b/libexec/rc/rc.d/zfsbe
index e0a30c5a16b4..c69255363ecf 100755
--- a/libexec/rc/rc.d/zfsbe
+++ b/libexec/rc/rc.d/zfsbe
@@ -57,7 +57,7 @@ activate_bootonce()
_dev=$1
_be=${_dev##*/}
- _bootonce="`kenv -q zfs-bootonce`"
+ _bootonce=$(kenv -q zfs-bootonce)
if [ "$_bootonce" = "zfs:${_dev}:" ] ; then
bectl activate $_be
fi