Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.1 6/24/83; site bgsuvax.UUCP Path: utzoo!watmath!clyde!cbosgd!osu-eddie!bgsuvax!schaefer From: schaefer@bgsuvax.UUCP (Stephen Schaefer) Newsgroups: net.unix-wizards,net.bugs.4bsd Subject: Re: Cron won't run csh scripts (solved!) Message-ID: <671@bgsuvax.UUCP> Date: Mon, 29-Jul-85 11:27:00 EDT Article-I.D.: bgsuvax.671 Posted: Mon Jul 29 11:27:00 1985 Date-Received: Wed, 31-Jul-85 02:43:22 EDT Organization: Bowling Green State University, OH Lines: 15 Xref: watmath net.unix-wizards:14084 net.bugs.4bsd:1640 Thanks to everyone who sent help. The reason that the csh script would not run from cron was that it was trying to run /.cshrc and failing because of a bad/nonexistent environment variable. The solution was thus to use an entry of the form * * * * * /bin/csh -f /usr/local/test.csh (The only reason I don't feel stupid is that, though I received many insightful suggestions, I actually found the problem myself.) Again, blessings on the community for their help. Stephen P. Schaefer "If you are made to wait, it is only to serve you better." - quoted in "The Mythical Man Month" by F. P. Brooks.