Installation script, Minor fixes, better documentation
Pre-release
Pre-release
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.