On Mon, Feb 11, 2008 at 12:08:20PM +0100, Szabolcs Nagy wrote: > there was recently two dmenu problems on irc and both was due to > 'name=value' does not work in certain shells (csh, tcsh, ..) > > i'm not a shell expert and didn't check the standard, but this works fine: > > - exe=`dmenu_path | dmenu $*` && exec $exe > + set exe=`dmenu_path | dmenu $*` && exec $exe
I'm not sure about this proposal either, but I applied your change this morning. Kind regards, -- Anselm R. Garbe >< http://www.suckless.org/ >< GPG key: 0D73F361
