KAVALAGIOS Panagiotis (EEAS-EXT) writes: > There is a limitation for tcsh (setenv: Too many arguments) to set the > PATH environmental variable as you can see in the attached file with > the steps to reproduce it. It probably looks like tcsh limitation and > not Cygwin. The "set path=( ${HOME}/bin $path)" is not complaining and > sets the path, but it also interprets the space in the paths as a > separator. The only Cygwin related issue is probably the /usr/bin that > it is added twice. Any workarounds?
Both problems are a failure on your part to quote the arguments correctly. Consult the documentation for the respective shell to find enlightenment. As an aside, it is highly unlikely that you'd actually want to set up your PATH like that. Regards, Achim. -- +<[Q+ Matrix-12 WAVE#46+305 Neuron microQkb Andromeda XTk Blofeld]>+ Factory and User Sound Singles for Waldorf Blofeld: http://Synth.Stromeko.net/Downloads.html#WaldorfSounds -- Problem reports: https://cygwin.com/problems.html FAQ: https://cygwin.com/faq/ Documentation: https://cygwin.com/docs.html Unsubscribe info: https://cygwin.com/ml/#unsubscribe-simple