home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #20 / NN_1992_20.iso / spool / comp / unix / bsd / 5396 < prev    next >
Encoding:
Text File  |  1992-09-09  |  1.1 KB  |  41 lines

  1. Newsgroups: comp.unix.bsd
  2. 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
  3. From: terry@thisbe.Eng.Sandy.Novell.COM (Terry Lambert)
  4. Subject: Re: 386BSD #!/bin/csh
  5. Message-ID: <1992Sep9.171327.20998@gateway.novell.com>
  6. Sender: news@gateway.novell.com (NetNews)
  7. Nntp-Posting-Host: thisbe.eng.sandy.novell.com
  8. Organization: Novell NPD -- Sandy, UT
  9. References: <TRI.92Sep9011202@supergirl.hut.fi>
  10. Distribution: comp
  11. Date: Wed, 9 Sep 1992 17:13:27 GMT
  12. Lines: 27
  13.  
  14. In article <TRI.92Sep9011202@supergirl.hut.fi> Timo.Rinne@hut.fi writes:
  15. >386bsd 0.1 doesn't seem to respect #! in beginning
  16. >of the shell scripts, Anyone knows why? Fixes?
  17.  
  18. Instead of:
  19.  
  20.     #!/bin/sh
  21.     #
  22.     ...
  23.  
  24. use:
  25.  
  26.     :
  27.     #
  28.     ...
  29.  
  30. This will result in invocation of /bin/sh.  Sorry; no workaround known to
  31. make it execute csh instead.
  32.  
  33.  
  34.                     Terry Lambert
  35.                     terry_lambert@gateway.novell.com
  36.                     terry@icarus.weber.edu
  37.  
  38. ---
  39. Disclaimer:  Any opinions in this posting are my own and not those of
  40. my present or previous employers.
  41.