Re: Can't set environment variable on OpenBSD 3.8

2005-11-08 Thread Alexander Hall
Tomas wrote: I cant set environment variable on OpenBSD 3.8. I issue command env testvar=var and I get printout with all the environment variables: PS1=# ... testvar=var And after that I issue command env and I get printout without my testvar: PS1=# ... What could I be doing wrong? env

Re: Can't set environment variable on OpenBSD 3.8

2005-11-08 Thread knitti
try using "export testvar=var".

Re: Can't set environment variable on OpenBSD 3.8

2005-11-08 Thread Fergus Wilde
On Tuesday 08 November 2005 07:17, Tomas wrote: > Hello, > > > > I cant set environment variable on OpenBSD 3.8. I issue command env > testvar=var and I get printout with all the environment variables: I seem to be having no difficulty setting $TESTVAR on 3.8 here using these commands; in csh:

Can't set environment variable on OpenBSD 3.8

2005-11-07 Thread Tomas
Hello, I cant set environment variable on OpenBSD 3.8. I issue command env testvar=var and I get printout with all the environment variables: PS1=# PATH=/usr/bin:/bin:/usr/sbin:/sbin:/usr/X11R6/bin:/usr/local/bin SHELL=/bin/ksh USER=root LESS=-NWi MAIL=/var/mail/tomas HOME=/root SSH_CLI