From 2458e8235bce1fa0cc9e25a85f672296e0b4d398 Mon Sep 17 00:00:00 2001 From: Bruce Korb Date: Mon, 5 Apr 1999 06:58:30 +0000 Subject: [PATCH] Ensure that the server shell is _NOT_ csh From-SVN: r26193 --- gcc/fixinc/genfixes | 3 +++ 1 file changed, 3 insertions(+) diff --git a/gcc/fixinc/genfixes b/gcc/fixinc/genfixes index 391cfdf402f..18b042a83a3 100755 --- a/gcc/fixinc/genfixes +++ b/gcc/fixinc/genfixes @@ -1,5 +1,8 @@ #! /bin/sh +SHELL=/bin/sh +export SHELL + echo AutoGen-ing inclhack.sh autogen inclhack.def -- 2.30.2