fish-shell/share/tools
Fabian Homborg 03e0f1eb21 create_manpage_completions: Try more ways to get manpath
Haiku only has `man --path`.

Still doesn't support OpenBSD.

Use $MANPATH if available. This needs to:

- Ignore stderr (we pipe it and throw it away)

- Read the subprocess returncode, since `man --path` is an existing
  command that fails instead of a non-existent one (that raises an
  exception)

- Properly set up the fallback

Fixes #2194.
2017-01-29 18:00:48 -08:00
..
web_config Delete trailing spaces 2017-01-15 14:57:21 -08:00
create_manpage_completions.py create_manpage_completions: Try more ways to get manpath 2017-01-29 18:00:48 -08:00
deroff.py simplify invoking create_manpage_completions.py 2016-10-09 18:42:55 -07:00