confz

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

commit ce70613d59c5ba23458994c7a09c50596af7045f
parent 8271f31cea6a337a865debd963e729e6963f3dc5
Author: Jan Pobrislo <ccx@webprojekty.cz>
Date:   Fri,  3 Jul 2015 03:43:30 +0200

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 @@ -61,7 +61,7 @@ fs_parted_list() { [[ -n $FSB ]] && \ fs_parted_filesystem[$number]=${${line[$FSB,$FSE]}// } - elif [[ line == Number* ]]; then + elif [[ $line == Number* ]]; then got_header=1 [[ $line =~ 'Number +' ]] || die "malformed header: ${(qqq)line}"