home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.unix.bsd
- Path: sparky!uunet!europa.asd.contel.com!darwin.sura.net!spool.mu.edu!sol.ctr.columbia.edu!eff!news.byu.edu!ux1!fcom.cc.utah.edu!park.uvcc.edu!ns.novell.com!gateway.novell.com!thisbe.Eng.Sandy.Novell.COM!terry
- From: terry@thisbe.Eng.Sandy.Novell.COM (Terry Lambert)
- Subject: Re: 386BSD #!/bin/csh
- Message-ID: <1992Sep9.171327.20998@gateway.novell.com>
- Sender: news@gateway.novell.com (NetNews)
- Nntp-Posting-Host: thisbe.eng.sandy.novell.com
- Organization: Novell NPD -- Sandy, UT
- References: <TRI.92Sep9011202@supergirl.hut.fi>
- Distribution: comp
- Date: Wed, 9 Sep 1992 17:13:27 GMT
- Lines: 27
-
- In article <TRI.92Sep9011202@supergirl.hut.fi> Timo.Rinne@hut.fi writes:
- >386bsd 0.1 doesn't seem to respect #! in beginning
- >of the shell scripts, Anyone knows why? Fixes?
-
- Instead of:
-
- #!/bin/sh
- #
- ...
-
- use:
-
- :
- #
- ...
-
- This will result in invocation of /bin/sh. Sorry; no workaround known to
- make it execute csh instead.
-
-
- Terry Lambert
- terry_lambert@gateway.novell.com
- terry@icarus.weber.edu
-
- ---
- Disclaimer: Any opinions in this posting are my own and not those of
- my present or previous employers.
-