This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: cron script can awk wget file but not head/cat it


"Pagano, Tom - Portland, OR" wrote:

> I have a problem where I get one behavior when I run a file from a cron and another when I run it from the command line. Attached is my cygcheck.out file.

>From your cygcheck, you have some set of unix-like utilities in c:\bin. 
Check the setting of the PATH from within the cron job, as I would be
willing to bet that your Cygwin bin directory is not in the path and
that you're actually calling these non-Cygwin versions of those commands
that have no idea what /home/tompagano is.  The default install of
Cygwin only modifies the PATH through the cygwin.bat file, not via the
system-wide setting of PATH in the registry, so by default Cygwin is
only in your path when you click on cygwin.bat to launch a bash prompt.

Brian

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]