From 3911abb2ae27765dcd786bab1146764f68d32c8b Mon Sep 17 00:00:00 2001 From: Richard Stallman Date: Sun, 8 Nov 1992 18:57:20 +0000 Subject: [PATCH] (EXINIT): Set it to `true', not null. From-SVN: r2717 --- gcc/fixincludes | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) 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. -- 2.30.2