Robert Collins wrote:
you may find that ssh somehost -- bin/bash --login -c date
also works.

In fact, I did, and mentioned that in my first email. Unfortunately, I use this with some old Solaris boxes, which require "-login" instead of "--login", and


ssh somehost -- /bin/bash -login -c date

does not work, for some reason.

But that's okay, I can change my scripts, especially now that I know about the POSIXLY_CORRECT env var.

Dave


-- 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/



Reply via email to