Path: utzoo!attcan!uunet!snorkelwacker!bloom-beacon!LCS.MIT.EDU!MAP From: MAP@LCS.MIT.EDU (Michael A. Patton) Newsgroups: comp.windows.x Subject: xmh vs. xdm? Message-ID: <8911301740.AA02624@gaak.LCS.MIT.EDU> Date: 30 Nov 89 17:40:11 GMT References: <8911301702.AA02796@xenon.lcs.mit.edu> Sender: map@gaak.lcs.mit.edu Organization: The Internet Lines: 13 Date: Thu, 30 Nov 89 12:02:01 -0500 From: keith@expo.lcs.mit.edu (Keith Packard) ...I suspect the additional 'source ~/.cshrc' is not needed, but my PMAX executes it so quickly that I've never tried removing it... #!/bin/csh -f source ~/.cshrc The "-f" on the first line says "don't source the users .cshrc file". so if you say that, you DO need the second line If you remove the "-f" and the second line it should also work.