diff options
author | Richard Stallman <rms@gnu.org> | 1992-11-08 19:54:50 +0000 |
---|---|---|
committer | Richard Stallman <rms@gnu.org> | 1992-11-08 19:54:50 +0000 |
commit | 3e398742483dada614a391ec53cc1432f57ef3a9 (patch) | |
tree | 41aff16dae96f6fde69705326722574019b87165 /gcc | |
parent | 3911abb2ae27765dcd786bab1146764f68d32c8b (diff) | |
download | gcc-3e398742483dada614a391ec53cc1432f57ef3a9.zip gcc-3e398742483dada614a391ec53cc1432f57ef3a9.tar.gz gcc-3e398742483dada614a391ec53cc1432f57ef3a9.tar.bz2 |
(EXINIT): Use `set'.
From-SVN: r2718
Diffstat (limited to 'gcc')
-rwxr-xr-x | gcc/fixincludes | 3 |
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. |