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
try using "export testvar=var".
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:
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
4 matches
Mail list logo