Commit 3e398742 by Richard Stallman

(EXINIT): Use `set'.

From-SVN: r2718
parent 3911abb2
...@@ -22,7 +22,8 @@ export TERM ...@@ -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.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment