(EXINIT): Use `set'.

From-SVN: r2718
This commit is contained in:
Richard Stallman 1992-11-08 19:54:50 +00:00
parent 3911abb2ae
commit 3e39874248

View File

@ -22,7 +22,8 @@ export TERM
# Either ex might find a .exrc file and get confused, # Either ex might find a .exrc file and get confused,
# or ex might complain if the EXINIT variable is invalid. # or ex might complain if the EXINIT variable is invalid.
# We know there is no .exrc in the GCC source. # We know there is no .exrc in the GCC source.
EXINIT=true # `set' is a no-op ex command.
EXINIT=set
export EXINIT export EXINIT
# Directory in which to store the results. # Directory in which to store the results.