2014-06-17 11:04 GMT+02:00 Jari Aalto <jari.aa...@cante.net>: > Hm, for some reason the cron did not pick it up at Cygwin > site. I'll look into it. > > Thanks, > Jari It looks like it's working now. One more thing I noted on cygwin64:
$ ls -la /usr/bin/fossil.exe -rwxr-xr-x 1 nijtmaj None 4158982 Jun 16 12:53 /usr/bin/fossil.exe $ strip /usr/bin/fossil.exe $ ls -la /usr/bin/fossil.exe -rwxr-xr-x 1 nijtmaj None 1144320 Jun 18 12:48 /usr/bin/fossil.exe $ It looks like the x64 version is not stripped, somehow, so fossil.exe is bigger than necessary. On cygwin32 it's OK: stripping does not further reduce the size of fossil.exe. Everything works fine. Regards, Jan Nijtmans -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple