commit ec07165f0b8921232ebc30265a70e5bed4431287
parent 5c07e88b7290dd9fc84d1299da00ec680a672066
Author: Jan Pobrislo <ccx@webprojekty.cz>
Date: Tue, 21 Apr 2015 01:49:30 +0200
remove leftover assignment
Diffstat:
1 file changed, 0 insertions(+), 1 deletion(-)
diff --git a/zsh-functions/confz_fs_init b/zsh-functions/confz_fs_init
@@ -73,7 +73,6 @@ confz_mbr_code_check() {
if dd if=$vars[device] bs=440 count=1 | cmp -s - $vars[from]; then
return 0
else
- fail_reason=$out
do_command=( dd bs=440B count=1 if=$vars[from] of=$vars[device] )
fi
}