Re: Limitation of setenv for tcsh: Too many arguments

2021-01-11 Thread Eliot Moss
On 1/11/2021 3:11 AM, KAVALAGIOS Panagiotis (EEAS-EXT) wrote: >> -Original Message- >> From: Cygwin On Behalf Of Achim Gratz >> Sent: 08 January 2021 17:19 >> >> KAVALAGIOS Panagiotis (EEAS-EXT) writes: >>> Why do you say both? I don't add /usr/bin anywhere. >> >> Your other example with

RE: Limitation of setenv for tcsh: Too many arguments

2021-01-11 Thread KAVALAGIOS Panagiotis (EEAS-EXT)
> -Original Message- > From: Cygwin On Behalf Of Achim Gratz > Sent: 08 January 2021 17:19 > > KAVALAGIOS Panagiotis (EEAS-EXT) writes: > > Why do you say both? I don't add /usr/bin anywhere. > > Your other example with the $path csh variable doesn't quote $path, which > you must do with

Re: Limitation of setenv for tcsh: Too many arguments

2021-01-08 Thread Brian Inglis via Cygwin
On 2021-01-08 06:21, Eliot Moss wrote: On 1/8/2021 5:13 AM, KAVALAGIOS Panagiotis (EEAS-EXT) wrote: > Dear all, > > 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 probab

Re: Limitation of setenv for tcsh: Too many arguments

2021-01-08 Thread Achim Gratz
KAVALAGIOS Panagiotis (EEAS-EXT) writes: > Why do you say both? I don't add /usr/bin anywhere. Your other example with the $path csh variable doesn't quote $path, which you must do with the quote modifier rather than actual quotes, so $path:q because it is an wordlist var. Also see the -f / -l op

Re: Limitation of setenv for tcsh: Too many arguments

2021-01-08 Thread Eliot Moss
On 1/8/2021 5:13 AM, KAVALAGIOS Panagiotis (EEAS-EXT) wrote: > Dear all, > > 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 Cygwi

RE: Limitation of setenv for tcsh: Too many arguments

2021-01-08 Thread KAVALAGIOS Panagiotis (EEAS-EXT)
> -Original Message- > From: Cygwin On Behalf Of ASSI > Sent: 08 January 2021 11:39 > > 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 step

Re: Limitation of setenv for tcsh: Too many arguments

2021-01-08 Thread ASSI
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