On 21 Feb 2004 19:11:09 +0100, Felix E. Klee wrote: > > under FVWM, how can I get the same behavior as the following BASH > command: > export SOME_PATH=$SOME_PATH:/usr/lib > ? > > The problem is that I don't know whether $[SOME_PATH] is already set or > not. When it is set, then > setenv SOME_PATH $[SOME_PATH]:/usr/lib > sets the value of $[SOME_PATH] to "$[SOME_PATH]:/usr/lib". When it is > not set, then the above command works as desired.
You may do: PipeRead 'echo SetEnv SOME_PATH $SOME_PATH:/usr/lib' Regards, Mikhael. -- Visit the official FVWM web page at <URL: http://www.fvwm.org/>. To unsubscribe from the list, send "unsubscribe fvwm" in the body of a message to [EMAIL PROTECTED] To report problems, send mail to [EMAIL PROTECTED]
