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

From-SVN: r2717
This commit is contained in:
Richard Stallman 1992-11-08 18:57:20 +00:00
parent 14f3e88633
commit 3911abb2ae
1 changed files with 5 additions and 3 deletions

View File

@ -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.