diff --git a/defaults/initrd.d/00-zfs.sh b/defaults/initrd.d/00-zfs.sh index 7c9acc4..2509724 100755 --- a/defaults/initrd.d/00-zfs.sh +++ b/defaults/initrd.d/00-zfs.sh @@ -30,7 +30,7 @@ zfs_real_root_init() { esac # Verify that zfs support has been compiled in - if [ "USE_ZFS" = "1" ]; then + if [ "${USE_ZFS}" = "1" ]; then for i in /sbin/zfs /sbin/zpool; do if [ ! -x "${i}" ]; then USE_ZFS=0