I would like to get some feedback before I try to resolve these bugs.
These are in both 2.4.x and 2.5.x.

1) 'UnsetEnv VARNAME' does not work, the variable is not unset, instead
   it gets an empty value "". The fix is obvious, putenv should be called
   with "VARNAME" not "VARNAME=".

2) It is documented that 'SetEnv VARNAME' works like 'UnsetEnv VARNAME'.
   I don't very like such (mis)usage of SetEnv, but this is what we have.
   Anyway, this does not work. 'SetEnv VARNAME' is just ignored, because
   I believe the action string is already destroyed when CMD_UnsetEnv is
   called.

3) 'SetEnv VARNAME ""' does not work as expected, it is ignored.
   It seems that GetNextToken is bad at parsing an empty quoted string.

Dominik, any comments?

Regards,
Mikhael.
--
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