Searched hist:"5 b507233e6ce8f7ccfc4431f934518e15102e63a" (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/ |
H A D | configure | 5b507233e6ce8f7ccfc4431f934518e15102e63a Thu May 25 10:46:07 CDT 2023 Paolo Bonzini <pbonzini@redhat.com> configure: unset harmful environment variables
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".
Reported-by: Juan Quintela <quintela@redhat.com> Cc: qemu-stable@nongnu.org Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
|