From 3e398742483dada614a391ec53cc1432f57ef3a9 Mon Sep 17 00:00:00 2001 From: Richard Stallman Date: Sun, 8 Nov 1992 19:54:50 +0000 Subject: [PATCH] (EXINIT): Use `set'. From-SVN: r2718 --- gcc/fixincludes | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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. -- 2.30.2