(EXINIT): Set it to `true', not null.
authorRichard Stallman <rms@gnu.org>
Sun, 8 Nov 1992 18:57:20 +0000 (18:57 +0000)
committerRichard Stallman <rms@gnu.org>
Sun, 8 Nov 1992 18:57:20 +0000 (18:57 +0000)
From-SVN: r2717

gcc/fixincludes

index aa99c7a1d96e4b7b08d711bad3595b2cb3135f9c..abc48b10ea015bf332f17dbbead7ddeecb728466 100755 (executable)
@@ -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.