=== modified file 'zsh-functions/confz_fs_init' --- zsh-functions/confz_fs_init 2015-04-20 23:29:02 +0000 +++ zsh-functions/confz_fs_init 2015-04-20 23:26:10 +0000 @@ -73,7 +73,7 @@ if cmp -n 440 $vars[device] $vars[from]; then return 0 else - do_command=( dd bs=440B count=1 if=$vars[from] of=$vars[device] ) + do_command=( dd bs=440B count=1 if=$vars[file] of=$vars[from] ) fi }