home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / sys / sgi / 11362 < prev    next >
Encoding:
Internet Message Format  |  1992-07-25  |  742 b 

  1. Path: sparky!uunet!olivea!sgigate!odin!sgihub!zola!jellotrees!joel
  2. From: joel@jellotrees.esd.sgi.com (Joel Tesler)
  3. Newsgroups: comp.sys.sgi,psu.comp.sgi
  4. Subject: Re: Toolchest
  5. Message-ID: <nnb4s6k@zola.esd.sgi.com>
  6. Date: 24 Jul 92 23:31:03 GMT
  7. References: <92206.123909KJB6@psuvm.psu.edu>
  8. Sender: news@zola.esd.sgi.com (Net News)
  9. Organization: Silicon Graphics, Inc.  Mountain View, CA
  10. Lines: 13
  11.  
  12.  
  13. Toolchest is based on mwm.  Both execute all commands in the shell
  14. specified by $SHELL.  csh always executes .cshrc when starting, even
  15. when running a non-interactive script.  Your .cshrc should probably
  16. contain the lines
  17.  
  18. if ($?prompt) then
  19.     ...whatever should only be done in interactive shell...
  20. endif
  21.  
  22. Joel Tesler
  23. joel@sgi.com
  24. 415-390-3048
  25.