Make pass source follow symlinks

This commit is contained in:
Simon Bruder 2020-12-12 16:34:50 +01:00 committed by Lassulus
parent 73f0cdcb0b
commit 804c79a14d
1 changed files with 1 additions and 1 deletions

View File

@ -119,7 +119,7 @@ let
rm -fR "$tmp_dir"
}
${findutils}/bin/find ${quote passPrefix} -type f |
${findutils}/bin/find ${quote passPrefix} -type f -follow |
while read -r gpg_path; do
rel_name=''${gpg_path#${quote passPrefix}}