tcsh not useable out of the box

Mikhail Teterin mi@corbulon.video-collage.com
Wed Dec 18 15:46:00 GMT 2002


bash being the default shell, tcsh's configuration files have,
apparently, bit-rotted. When started directly -- instead of from bash --
a bunch of utilities (from /usr/bin) are not found.

Adding the following

	setenv PATH "/usr/bin:${PATH}"

at the beginning of /etc/csh.cschrc provides a workaround. Note the
quotes -- on a typical Windoze machine, PATH will contain several
instances of "Program Files\Foo", which causes setenv to fail with too
many arguments".

Please, fix and consider testing with both of the shell-families before
the next release. Thank you!

	-mi

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/



More information about the Cygwin mailing list