aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Stallman <rms@gnu.org>1992-11-08 19:54:50 +0000
committerRichard Stallman <rms@gnu.org>1992-11-08 19:54:50 +0000
commit3e398742483dada614a391ec53cc1432f57ef3a9 (patch)
tree41aff16dae96f6fde69705326722574019b87165
parent3911abb2ae27765dcd786bab1146764f68d32c8b (diff)
downloadgcc-3e398742483dada614a391ec53cc1432f57ef3a9.zip
gcc-3e398742483dada614a391ec53cc1432f57ef3a9.tar.gz
gcc-3e398742483dada614a391ec53cc1432f57ef3a9.tar.bz2
(EXINIT): Use `set'.
From-SVN: r2718
-rwxr-xr-xgcc/fixincludes3
1 files changed, 2 insertions, 1 deletions
diff --git a/gcc/fixincludes b/gcc/fixincludes
index abc48b1..665af49 100755
--- a/gcc/fixincludes
+++ b/gcc/fixincludes
@@ -22,7 +22,8 @@ export TERM
# 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
+# `set' is a no-op ex command.
+EXINIT=set
export EXINIT
# Directory in which to store the results.