home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!stanford.edu!agate!cogsci.Berkeley.EDU!ag
- From: ag@cogsci.Berkeley.EDU (Keith Gabryelski)
- Newsgroups: comp.unix.amiga
- Subject: Re: Remote shell problems. HELP!!!!
- Date: 7 Nov 1992 17:03:57 GMT
- Organization: Institute of Cognitive Studies, U.C. Berkeley
- Lines: 12
- Message-ID: <1dgsttINN8fl@agate.berkeley.edu>
- References: <19226.2afa70ba@levels.unisa.edu.au>
- NNTP-Posting-Host: cogsci.berkeley.edu
-
- In article <19226.2afa70ba@levels.unisa.edu.au> etac@levels.unisa.edu.au (Andrew Chalmers) writes:
- >I have a sh script 'test' with #!/bin/sh on the first line. It has execute
- >privelege set. I type 'test' at the prompt of csh or tcsh it SHOULD start
- >up a sh shell and run the script. However all I actually get is the
- >prompt back. It doesn't even execute it as a csh script. It just does
- >nothing. If I use 'csh test' or 'source test' it just run the script
- >as if it were an csh script.
-
- The program `test' is a shell builtin program. Rename the program to
- something else (like `t') and try again.
-
- Pax, Keith
-