=== modified file 'build' --- build 2017-11-30 21:59:41 +0000 +++ build 2017-11-15 00:37:32 +0000 @@ -1,7 +1,7 @@ #!/bin/zsh autoload -Uz colors; colors setopt no_unset warn_create_global extended_glob -(($+xtrace)) && (($xtrace)) && set -x +set -x cd $0:h || exit # helper that prints out error message and exits @@ -14,6 +14,5 @@ shift target=$(base64 -w 0 <<<${(j::)${(oq)@}} | tr /+ _-).$name \ || die "Failed to generate target name" -./umount || exit $? mkdir -p meta || exit $? redo-ifchange meta/$target