commit 8271f31cea6a337a865debd963e729e6963f3dc5
parent 81de27190947d4e15fadc485e971efb8bc525690
Author: Jan Pobrislo <ccx@webprojekty.cz>
Date: Fri, 3 Jul 2015 03:42:11 +0200
add missing local
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/zsh-functions/confz_fs_init b/zsh-functions/confz_fs_init
@@ -34,7 +34,7 @@ fs_parted_list() {
unset fs_parted_filesystem fs_parted_name fs_parted_flags
typeset -gA fs_parted_start fs_parted_end fs_parted_size fs_parted_type
typeset -gA fs_parted_filesystem fs_parted_name fs_parted_flags
- local line got_header number
+ local line got_header number out
local NumberE StartB StartE EndB EndE SizeB SizeE FSB FSE NameB NameE FlagsB
local TypeB TypeE