re-applied Peter Hartlich's and Jukkas dmenu-related patches, for odd reasons they disappeared

This commit is contained in:
Anselm R Garbe 2008-04-09 23:31:49 +01:00
parent 12805b69ac
commit 7195e941c1
3 changed files with 10 additions and 10 deletions

View file

@ -1,2 +1,2 @@
#!/bin/sh
exe=`dmenu_path | dmenu $*` && exec $exe
exe=`dmenu_path | dmenu ${1+"$@"}` && exec $exe