aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorRichard Stallman <rms@gnu.org>1992-11-08 18:57:20 +0000
committerRichard Stallman <rms@gnu.org>1992-11-08 18:57:20 +0000
commit3911abb2ae27765dcd786bab1146764f68d32c8b (patch)
tree6ee870dae6f02186c5cdfc63a2a5b15577226e5a /gcc
parent14f3e886335f8588e7387f4bc1b6f35719f9f1bb (diff)
downloadgcc-3911abb2ae27765dcd786bab1146764f68d32c8b.zip
gcc-3911abb2ae27765dcd786bab1146764f68d32c8b.tar.gz
gcc-3911abb2ae27765dcd786bab1146764f68d32c8b.tar.bz2
(EXINIT): Set it to `true', not null.
From-SVN: r2717
Diffstat (limited to 'gcc')
-rwxr-xr-xgcc/fixincludes8
1 files changed, 5 insertions, 3 deletions
diff --git a/gcc/fixincludes b/gcc/fixincludes
index aa99c7a..abc48b1 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.