An Thi-Nguyen Le <[EMAIL PROTECTED]> writes:
> Version: cvs (as of May 10 09:35:30 CDT 2001)
> 
> Maybe this is documented somewhere.  Set up some environment stuff, like
> so:
> 
>   SetEnv fvwmdir ${HOME}/.fvwm
>   SetEnv bindir $fvwmdir/bin
> 
> 'Exec echo <blah>' should fully expand these variables, then.  However, 
> this happens:
> 
>   Exec echo $fvwmdir
>                 ===> ${HOME}/.fvwm
>   Exec echo $bindir
>                 ===> $fvwmdir/bin
>   
> The second one should be something like maybe '${HOME}/.fvwm/bin'.  Unless, 
> of course, SetEnv's not supposed to expand environment variables.

Use the notation:

Exec echo $[bindir]

-- 
Dan Espen
444 Hoes Lane  Room RRC 1C-214           E-mail: [EMAIL PROTECTED]
Piscataway, NJ 08854                     Phone: (732) 699-5570
--
Visit the official FVWM web page at <URL:http://www.fvwm.org/>.
To unsubscribe from the list, send "unsubscribe fvwm-workers" in the
body of a message to [EMAIL PROTECTED]
To report problems, send mail to [EMAIL PROTECTED]

Reply via email to