aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src
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 /src
parentBump version. (diff)
downloadpassword-store-13153cfb1aae76c93b48c4817fb4150790a64938.tar.xz
password-store-13153cfb1aae76c93b48c4817fb4150790a64938.zip
Follow symbolic links.
Diffstat (limited to 'src')
-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() {