diff options
| author | Tomi Ollila <tomi.ollila@iki.fi> | 2015-02-18 16:54:01 +0200 |
|---|---|---|
| committer | David Bremner <david@tethera.net> | 2015-02-19 19:14:29 +0100 |
| commit | 91ef2ae52421c3e20a903109bfca3d87d7c2e61d (patch) | |
| tree | 23266913b3f175e7f824b3463fa07cb39ef1f06f /doc | |
| parent | 1722ea2c95865cb20cc2578894eca2cdaddc1d7a (diff) | |
configure: consistent command -v usage
When the shell builtin `command -v` operates normally, it either
prints the path of the arg given to it and returns zero -- or it
returns nonzero and prints nothing.
In abnormal situations something might be printed to stderr and
in that case we want to know about it; therefore the used
command -v stderr redirections to /dev/null have been removed.
The `hash` (builtin) command in ksh returns zero even the arg
given to is is not found in path. For that and for consistency
the one appearance of it has been converted to `command -v`.
Diffstat (limited to 'doc')
0 files changed, 0 insertions, 0 deletions
