=== modified file 'sbin/zsv.exec' --- sbin/zsv.exec 2014-03-01 11:07:17 +0000 +++ sbin/zsv.exec 2014-02-28 22:45:50 +0000 @@ -2,10 +2,10 @@ # vim: ft=zsh noet ts=4 sts=4 sw=4 if [[ $0:t == run && $0:a:h:t == log ]]; then zsv_mode=log - zsv_dir=$0:a:h:h + zsv_dir=$1:a:h:h else zsv_mode=$0:t - zsv_dir=$0:a:h + zsv_dir=$1:a:h fi autoload -Uz zsv_config; zsv_config