I discovered that Mutella wasn't properly passing the
environment to piped-to processes, which especially
causes problems if I try to use my own pager, for example:
> results 1 | less
`less` subsequently complains about a
non--fully-functional terminal because $TERM is
missing. Changing a single execve to execv did the
trick. Patch included, for 0.4.3 source.
-- J'raxis
A patch so piped-to commands properly inherit the environment.