Skip to content

Installation script, minor fixes, better docs

Compare
Choose a tag to compare
@odkr odkr released this 15 Feb 20:14
· 73 commits to master since this release
5917ce0

Installation script

make install tries to find a POSIX-compliant shell, copies lpassh-add and its manual to /opt/lpassh-add and adds /opt/lpassh-add/bin to your PATH (if you're using bash).

Fixes

  • Now exits with a proper status code when it receives a signal.
  • No longer calls the exit handler from the exit handler.
  • Redirects are no longer attached to control structures to improve portability.
  • Fixed a minor bug in warn that didn’t actually occur.
  • Simplified code (askpass was removed entirely, other minor simplifications).

Documentation

More extensive where it should be, less extensive where it shouldn't.