From: Richard Stallman Date: Sun, 8 Nov 1992 19:54:50 +0000 (+0000) Subject: (EXINIT): Use `set'. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=3e398742483dada614a391ec53cc1432f57ef3a9;p=gcc.git (EXINIT): Use `set'. From-SVN: r2718 --- diff --git a/gcc/fixincludes b/gcc/fixincludes index abc48b10ea0..665af49c9a0 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.