commit a4e75d008aa241a1455527f9eb1b6d9e6330ee70 parent e64e516d2a1c3798c5c08a3c346922e0c60e9557 Author: Jan Pobrislo <ccx@webprojekty.cz> Date: Mon, 20 Apr 2015 14:25:27 +0200 fix 'while read' invocation Diffstat:
| M | zsh-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 @@ -44,7 +44,7 @@ fs_parted_list() { fs_parted_size[$number]=$size fs_parted_type[$number]=$type fs_parted_other[$number]=$other - done + done <<<"$out" }