[gnu.gcc.bug] gcc-1.35 install problem and fix for move-if-change

dove@UUNET.UU.NET (Webster Dove) (06/04/89)

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