Skip to content

Installation script, Minor fixes, better documentation

Pre-release
Pre-release
Compare
Choose a tag to compare
@odkr odkr released this 18 Jan 20:32
· 95 commits to master since this release
e32fe1e

Installation script

make install tries to find a POSIX-compliant shell, a good installation directory, and a suitable directory for the manual.

Fixes

  • Now exits with a proper status code when it receives a signal.
  • No longer calls exit handler from 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.