commit 5d1edaeb9fb428155fb6f4c7b5186422fa214073 parent 474d7390cfb9241395416adbc34593e0cd129556 Author: Jan Pobrislo <ccx@webprojekty.cz> Date: Tue, 21 Apr 2015 04:04:53 +0200 fix setting options 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 @@ -109,7 +109,7 @@ confz_primary_partition_check() { align-check $vars[align] $vars[number] ) (($+vars[options])) && for option in ${(z)vars[options]}; do - do_command+=( set $vars[number] option on ) + do_command+=( set $vars[number] $vars[option] on ) done return 1 fi