On 7/29/19 5:17 PM, Antonio Diaz Diaz wrote:
> The 0002-Use-test-f-instead-of-e.patch breaks an (undocumented)
> functionality of zutils

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.

Regards,
Daniel

_______________________________________________
Zutils-bug mailing list
Zutils-bug@nongnu.org
https://lists.nongnu.org/mailman/listinfo/zutils-bug

Reply via email to