fileset

git mirror of https://ccx.te2000.cz/bzr/fileset
git clone https://ccx.te2000.cz/git/fileset
Log | Files | Refs | README

commit 8c0b5f428282a40ef4c8328c1890ad9f1155d92b
parent a4b287da4342e9803b466b4e309b1c49f130da1b
Author: Jan Pobříslo <ccx@te2000.cz>
Date:   Sat, 25 Jun 2022 20:27:10 +0200

Make it possible to change symlink ownership
Diffstat:
Mzsh-functions/confz_fileset_init | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/zsh-functions/confz_fileset_init b/zsh-functions/confz_fileset_init @@ -224,7 +224,7 @@ confz_fs_m_check() { confz_fs_o_check() { checkvars filename owner - do_command=( fileset_resetcmd zf_chown $vars[owner] $vars[filename] ) + do_command=( fileset_resetcmd zf_chown -h $vars[owner] $vars[filename] ) fileset_stat $vars[filename] || \ die "fs_o: could not access file ${(qqq)vars[filename]}"