diff options
| author | Anselm R Garbe <[email protected]> | 2008-04-09 23:31:49 +0100 |
|---|---|---|
| committer | Anselm R Garbe <[email protected]> | 2008-04-09 23:31:49 +0100 |
| commit | 7195e941c1cb91e347a9c906203ad39245deabd6 (patch) | |
| tree | e77ce0820f001ff027c30b77c4acc639c42094bf /dmenu_run | |
| parent | Added tag 3.6 for changeset 0bc2751d06e8 (diff) | |
| download | dmenu-7195e941c1cb91e347a9c906203ad39245deabd6.tar.gz dmenu-7195e941c1cb91e347a9c906203ad39245deabd6.tar.bz2 dmenu-7195e941c1cb91e347a9c906203ad39245deabd6.zip | |
re-applied Peter Hartlich's and Jukkas dmenu-related patches, for odd reasons they disappeared
Diffstat (limited to 'dmenu_run')
| -rwxr-xr-x | dmenu_run | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dmenu_run b/dmenu_run index 1cecc16..3e1e6e4 100755 --- a/dmenu_run +++ b/dmenu_run @@ -1,2 +1,2 @@ #!/bin/sh -exe=`dmenu_path | dmenu $*` && exec $exe +exe=`dmenu_path | dmenu ${1+"$@"}` && exec $exe |