* David Kalnischkies <da...@kalnischkies.de>, 2015-12-06, 14:55:
I changed various places to use "command -v" anyhow as we indeed use it for no good reason, so why not…
Well, Policy says that /bin/sh scripts must follow SUSv3 (+ some extensions), and "command -v" is only optional in SUSv3.
That would be a reason for avoiding "command -v". Not sure if it counts as a good reason, though. :)
See also bug #747320. -- Jakub Wilk