Doug Lee writes: > > Cygwin (full install) did NOT create an sh executable or link, though > I got at least bash and tcsh. The following Cygwin command fixed the > `cvs release' problem: > > ln -s /bin/bash /bin/sh > > Remaining question: Should this have been necessary??
That depends on your perspective. :-) popen is specifically defined as running sh, so you need *some* /bin/sh. The cygwin version seems to be ash, but bash should be acceptable. I would have thought that a full install should have included ash. -Larry Jones Apparently I was misinformed. -- Calvin _______________________________________________ Info-cvs mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/info-cvs
