[dwm] dmenu_run problem

From: Szabolcs Nagy <nszabolcs_AT_gmail.com>
Date: Mon, 11 Feb 2008 12:08:20 +0100

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