Re: setenv missing

1996-11-18 Thread David Frey
bash: setenv : command not found setenv is a C-shell builtin. I guess, that you have probably set a C-shell variant as your login in shell, but didn't wrote 'su -'. My suggestion: Change your login shell to bash (chsh -s /bin/bash) and try again. David -- David Frey [EMAIL PROTECTED]

Re: setenv missing

1996-11-18 Thread Paul Christenson
On Fri, 15 Nov 1996, Neil Walker wrote: Can someone kindly point me in the right direction to solve a niggling problem, When I do a `su' command bash comes up with an error message, bash: setenv : command not found That's because setenv is built into csh/tcsh. Apparently, you are

Re: setenv missing

1996-11-18 Thread Bjoern-Bernhard Schad
Hi Neil, Can someone kindly point me in the right direction to solve a niggling problem, When I do a `su' command bash comes up with an error message, bash: setenv : command not found I have a man page for setenv which refers to stdlib.h, this I have in,

Re: setenv missing

1996-11-17 Thread Neil Walker
Thanks to all who responded, problem solved. Some time ago I had a trouble with with color-ls. I had put bash.rc's and bash_profile's in /etc /root csh.cshrc and so on A clear out and fresh start has worked wonders, Thanks again , Neil --

setenv missing

1996-11-15 Thread Neil Walker
Can someone kindly point me in the right direction to solve a niggling problem, When I do a `su' command bash comes up with an error message, bash: setenv : command not found I have a man page for setenv which refers to stdlib.h, this I have in, `/usr/include/bsd/stdlib.h' and