home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!mcsun!uknet!glasgow!unix.brighton.ac.uk!ndl
- From: ndl@unix.brighton.ac.uk ( The Unix Guru)
- Newsgroups: comp.unix.questions
- Subject: Re: Help! Can't run a file under tcsh!
- Message-ID: <1992Nov23.132959.18058@unix.brighton.ac.uk>
- Date: 23 Nov 92 13:29:59 GMT
- References: <lgrn2qINN9s6@priddy.cs.utexas.edu>
- Organization: University of Brighton, UK
- Lines: 7
-
- usually that means that you are trying to run a bourne shell script
- under tcsh !!!
-
- try puting a : (on a line of its own) on the first line of the script that wont
- run and that will make the bourne shell execute it.
-
- Nathan.
-