confz

git mirror of https://ccx.te2000.cz/bzr/confz
git clone https://ccx.te2000.cz/git/confz
Log | Files | Refs

commit 3489c52f5e29d8721fa2c74eb3a4226449e02814
parent ca3781a17bfa2137f2f932762f43b1ea4ff506e1
Author: Jan Pobrislo <ccx@webprojekty.cz>
Date:   Wed, 13 Feb 2019 10:57:34 +0100

Fix typo
Diffstat:
Mzsh-functions/confz_fs_init | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/zsh-functions/confz_fs_init b/zsh-functions/confz_fs_init @@ -683,7 +683,7 @@ confz_mounted_volume_check() { defvar label ${${vars[lv_name]}[1,12]} defvar root / - [[ $vars[mountpoint] == /* ]] || \\ + [[ $vars[mountpoint] == /* ]] || \ die "$0: mountpoint must be absolute path, got: ${(qqq)vars[mountpoint]}" require logical_volume %device \?vg_name :size :lv_name require filesystem :device :label :filesystem \?mkfs_opts