Hi Daniel,
Daniel Baumann wrote:
also: currently, zutilsrc is not overwritten if it exists (regardless if
it's a file or a symlink, which is correct behaviour).
Changing this from test -e to test -f, will fail to do so when using
symlinks, which e.g. people do when using git to store their dotfiles.
Please always use -e to allow symlinks in such cases.
Sure, thanks. I like to support old systems, but in this case using -e
is the right thing to do.
Best regards,
Antonio.
_______________________________________________
Zutils-bug mailing list
Zutils-bug@nongnu.org
https://lists.nongnu.org/mailman/listinfo/zutils-bug