Commit 3911abb2 by Richard Stallman

(EXINIT): Set it to `true', not null.

From-SVN: r2717
parent 14f3e886
......@@ -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.
......
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