summaryrefslogtreecommitdiff
path: root/contrib/importers/fpm2pass.pl
diff options
context:
space:
mode:
authorKyle Marek-Spartz <kyle.marek.spartz@gmail.com>2014-05-05 15:16:49 -0500
committerJason A. Donenfeld <Jason@zx2c4.com>2014-05-06 16:08:05 +0200
commit56381287a16792b4c6410f07db68e02f3574c213 (patch)
tree583d059ac3f00f213f4b716c3a10285c3fead187 /contrib/importers/fpm2pass.pl
parent913e40b06e1d59f84147fb0b72cfe0dd59e25987 (diff)
downloadpass-56381287a16792b4c6410f07db68e02f3574c213.tar.gz
pass-56381287a16792b4c6410f07db68e02f3574c213.tar.bz2
pass-56381287a16792b4c6410f07db68e02f3574c213.zip
zsh-completion: regression when using BSD sed
Made sed expression GNU and BSD compatible. A recent change in pass.zsh-completion broke autocompletion when using BSD sed. I’ve made the relevant sed expression compatible with GNU and BSD sed. Previous change with regression: http://lists.zx2c4.com/pipermail/password-store/2014-April/000773.html http://git.zx2c4.com/password-store/commit/src/completion/pass.zsh-completion?id=f82e9d6cf3bc3a12bdfce89bf319d76f79e66efc
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions
9/+23 2014-04-24version: bump1.6.1Jason A. Donenfeld1-1/+1 2014-04-24Makefile: osx/bsd does not support -DJason A. Donenfeld2-25/+25 2014-04-24show: error out if password store is empty.Jason A. Donenfeld1-1/+4 2014-04-24find: proper segmenting of terms1.6Jason A. Donenfeld1-3/+3 2014-04-24dmenu: hide outputJason A. Donenfeld1-1/+1 2014-04-24tests: test for spacesJason A. Donenfeld3-8/+20 2014-04-24Move test instructions to INSTALL.Jason A. Donenfeld2-11/+18 2014-04-24tests: we don't use aggregate-resultsJason A. Donenfeld1-57/+0 2014-04-24Don't prompt for questions when stdin is not a tty.Jason A. Donenfeld3-7/+6 2014-04-24Allow overridable bash.Jason A. Donenfeld16-16/+16 2014-04-24dmenu: 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