confz

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

commit 01a147cbcf4216b0594134a50472eecd997b54a7
parent d0409d54246f7aeeb4fc6917c117e174e5fb5bc9
Author: Jan Pobrislo <ccx@webprojekty.cz>
Date:   Mon, 20 Apr 2015 15:05:11 +0200

clean global variables
Diffstat:
Mzsh-functions/confz_fs_init | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/zsh-functions/confz_fs_init b/zsh-functions/confz_fs_init @@ -29,6 +29,7 @@ fs_blkid_probe() { # helper for listing partition table fs_parted_list() { + unset fs_parted_start fs_parted_end fs_parted_size fs_parted_type fs_parted_other typeset -gA fs_parted_start fs_parted_end fs_parted_size fs_parted_type fs_parted_other local out number start end size type other