Path: utzoo!utgpu!watmath!uunet!tut.cis.ohio-state.edu!UUNET.UU.NET!rocket!dove From: rocket!dove@UUNET.UU.NET (Webster Dove) Newsgroups: gnu.gcc.bug Subject: gcc-1.35 install problem and fix for move-if-change Message-ID: <8906032245.AA20575@rocket.sanders.com> Date: 3 Jun 89 22:45:25 GMT Sender: daemon@tut.cis.ohio-state.edu Distribution: gnu Organization: GNUs Not Usenet Lines: 6 We have the variable SHELL mapped to csh here. Move if change is an executable script without a '#!/bin/sh' header, so when I tried to compile it was run with csh and bombed. I added '#!/bin/sh' to the front of move-if-change to fix the problem. Web