summaryrefslogtreecommitdiff
path: root/src/platform/cygwin.sh
diff options
context:
space:
mode:
authorTheo Chatzimichos <tampakrap@gmail.com>2015-01-27 19:09:01 +0100
committerJason A. Donenfeld <Jason@zx2c4.com>2015-01-27 19:12:39 +0100
commit5f3e0b36af40c1fc5991fce76e9998313d36c6ee (patch)
tree97cfed96330c232019fcd8bd4fe48b7fcbd1e862 /src/platform/cygwin.sh
parent0524ef9aad5e908c4062c2696a3b7a807bd494c7 (diff)
downloadpass-5f3e0b36af40c1fc5991fce76e9998313d36c6ee.tar.gz
pass-5f3e0b36af40c1fc5991fce76e9998313d36c6ee.tar.bz2
pass-5f3e0b36af40c1fc5991fce76e9998313d36c6ee.zip
Strip ".gpg" from symlinks as well
Symlinks inside password-store make sense when using passff in firefox, and have the same LDAP password in different websites. In order to have passff working correctly then, we need to strip the .gpg extension from symlinks as well. Example output of `pass find site1` or `pass | grep site1` before this commit: site1.job.com.gpg -> site2.job.com and after: site1.job.com -> site2.job.com
Diffstat (limited to 'src/platform/cygwin.sh')
0 files changed, 0 insertions, 0 deletions
u: check for empty instead of ret codeJason A. Donenfeld1-1/+1 2014-04-24tests: sed doesn't like escaped chars on non-gnuJason A. Donenfeld1-1/+1 2014-04-24tests: run from anywhereJason A. Donenfeld13-4/+16 2014-04-24Turns out aliases were a bad idea.Jason A. Donenfeld14-95/+92 2014-04-24Make gpg_opts an array.Jason A. Donenfeld1-12/+12 2014-04-24Shellcheck errors.Jason A. Donenfeld1-6/+6 2014-04-24tests: todo updateJason A. Donenfeld1-25/+0