Subject: Re: fvwm2
To: None <port-amiga@NetBSD.ORG>
From: Lars Hecking <lhecking@nmrc.ucc.ie>
List: port-amiga
Date: 07/07/1998 15:13:14
> Usually,
> 
> % setenv DISPLAY :0.0
> (csh,tcsh)
> 
> or
> 
> $ export DISPLAY=:0.0
> (sh,bash,zsh,ksh)

 Nitpick: most implementations of sh I know do not accept this syntax. The
 only portable solution (to do it in one command line ;-) is

 $ DISPLAY=:0.0 ; export DISPLAY