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
Received on Mon Feb 11 2008 - 12:08:22 UTC
This archive was generated by hypermail 2.2.0 : Sun Jul 13 2008 - 15:18:49 UTC