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:

<and so on>

I seem to be having no difficulty setting $TESTVAR on 3.8 here using these 
commands; in csh:

# setenv TESTVAR var

# echo $TESTVAR
var

in ksh:

export TESTVAR=var

# echo $TESTVAR
var

Sorry if I have misunderstood the question. 

HTH
Fergus

Reply via email to