From: Richard Stallman Date: Sun, 8 Nov 1992 18:57:20 +0000 (+0000) Subject: (EXINIT): Set it to `true', not null. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=3911abb2ae27765dcd786bab1146764f68d32c8b;p=gcc.git (EXINIT): Set it to `true', not null. From-SVN: r2717 --- diff --git a/gcc/fixincludes b/gcc/fixincludes index aa99c7a1d96..abc48b10ea0 100755 --- a/gcc/fixincludes +++ b/gcc/fixincludes @@ -18,9 +18,11 @@ INPUT=${2-${INPUT-/usr/include}} # unrecognizable. TERM=unknown export TERM -# This prevents /bin/ex from failing if the EXINIT environment variable -# was set to something invalid. -EXINIT="" +# This prevents two problems: +# Either ex might find a .exrc file and get confused, +# or ex might complain if the EXINIT variable is invalid. +# We know there is no .exrc in the GCC source. +EXINIT=true export EXINIT # Directory in which to store the results.