Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.2 9/18/84; site brl-tgr.ARPA Path: utzoo!linus!philabs!cmcl2!seismo!brl-tgr!gwyn From: gwyn@brl-tgr.ARPA (Doug Gwyn) Newsgroups: net.unix Subject: Re: Failure to execute 'csh'-commands from 'make' Message-ID: <562@brl-tgr.ARPA> Date: Thu, 8-Aug-85 20:42:27 EDT Article-I.D.: brl-tgr.562 Posted: Thu Aug 8 20:42:27 1985 Date-Received: Sun, 11-Aug-85 07:15:13 EDT References: <291@oce-rd1.UUCP> <5433@fortune.UUCP> <824@plus5.UUCP> Organization: Ballistic Research Lab Lines: 9 > In article <5433@fortune.UUCP> olson@fortune.UUCP (Dave olson) writes: > >If you have one of the 'augmented' versions of make, S3, S5, (not sure > >how many others...) try setting 'SHELL=/bin/csh'. > > This will, of course, render any bourne shell scripts inoperable, as *all* > shell scripts will be executed by csh. A much better solution seems to be to use the real shell by default and to have all Cshell scripts start off #!/bin/csh.