The `shell' in `INSTALL_INFO ?= $(shell ...)' isn't a command, it's a
make function.

The problem is that `hash's exit status isn't defined in the standard,
so AIX is free to not do the reasonable thing, which it apparently makes
use of...

Now using `command -v' instead.

-- Jonas

-- 
You received this message because you are subscribed to the Google Groups 
"magit" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to