summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2014-07-08 13:31:35 -0400
committerJason A. Donenfeld <Jason@zx2c4.com>2014-07-08 13:31:35 -0400
commit13153cfb1aae76c93b48c4817fb4150790a64938 (patch)
tree79551547139d0a6c1403589ef7fa0f7bcdc340e2
parent891d2aa6f4b4a4924bfadb249ffa69753d67d130 (diff)
downloadpass-13153cfb1aae76c93b48c4817fb4150790a64938.tar.gz
pass-13153cfb1aae76c93b48c4817fb4150790a64938.tar.bz2
pass-13153cfb1aae76c93b48c4817fb4150790a64938.zip
Follow symbolic links.
-rwxr-xr-xsrc/password-store.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/password-store.sh b/src/password-store.sh
index cfc25cc..e1ec1ff 100755
--- a/src/password-store.sh
+++ b/src/password-store.sh
@@ -360,7 +360,7 @@ cmd_grep() {
passfile="${passfile##*/}"
printf "\e[94m%s/\e[1m%s\e[0m:\n" "$passfile_dir" "$passfile"
echo "$grepresults"
- done < <(find "$PREFIX" -iname '*.gpg' -print0)
+ done < <(find -L "$PREFIX/" -iname '*.gpg' -print0)
}
cmd_insert() {
tle='2014-05-08 04:55:20 +0200'>2014-05-08inplace: mutually exclusive with forceJason A. Donenfeld2-3/+3 2014-05-08usage: tab to spacesJason A. Donenfeld1-1/+1 2014-05-08generate: use nice ansi colors instead.Jason A. Donenfeld1-3/+2 2014-05-08zsh: posix compatible sed fix for zsh-completionJason A. Donenfeld1-1/+1 2014-05-07Implement interactive init functionSvend Sorensen1-0/+8 2014-05-07Implement interactive rename functionSvend Sorensen1-0/+7 2014-05-07Reorder interactive function to match order of helper functionsSvend Sorensen1-13/+13 2014-05-07Make edit helper function name consistent with other helpersSvend Sorensen1-1/+1 2014-05-07Factor out password completing-read functionSvend Sorensen1-4/+8 2014-05-07Add dash to Package-RequiresSvend Sorensen1-1/+1 2014-05-06Force sane sort order.Jason A. Donenfeld1-2/+2 2014-05-06generate: add --in-place optionJason A. Donenfeld4-9/+33