=== modified file 'common.zsh' --- common.zsh 2017-11-30 18:37:09 +0000 +++ common.zsh 2017-11-30 18:15:38 +0000 @@ -144,7 +144,7 @@ if (($#)); then run=( "$@" ) else - run=( ifchange ) + run=( redo-ifchange ) fi target=$(base64 -w 0 <<<${(j::)${(oq)new_vars}} | tr /+ _-).$name \ || die "Failed to generate target name" === modified file 'default.download-file.do' --- default.download-file.do 2017-11-30 18:37:09 +0000 +++ default.download-file.do 2017-11-30 18:31:32 +0000 @@ -12,7 +12,7 @@ || die "Failed to fetch ${(qqq)vars[url]}" vars[sha256sum]=$(sha256sum $vars[filename]) \ || die "Could not compute sha256sum" - vars[sha256sum]=${${vars[sha256sum]}// .*/} + vars[sha256sum]=${${vars[sha256sum]}%% *} } . ./common.zsh # vim: fileencoding=utf8 ft=zsh noet sw=4 ts=4 sts=4