Paolo Bonzini <[email protected]> wrote: > Apart from CLICOLOR_FORCE and GREP_OPTIONS, there are other variables > that are listed in the Autoconf manual. While Autoconf neutralizes them > very early, and assumes it does not (yet) run in a shell that has "unset", > QEMU assumes that the user invoked configure under a POSIX shell, and > therefore can simply use "unset" to clear them. > > CDPATH is particularly nasty because it messes up "cd ... && pwd".
It is weird that nobody noticed it. I have been using that CDPATH since last century. Yeap, that makes me definitely old. > Reported-by: Juan Quintela <[email protected]> > Cc: [email protected] > Signed-off-by: Paolo Bonzini <[email protected]> Reviewed-by: Juan Quintela <[email protected]> Tested-by: Juan Quintela <[email protected]> Thanks very much.
