diff options
Diffstat (limited to 'dmenu_run')
-rwxr-xr-x | dmenu_run | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,2 +1,2 @@ | |||
1 | #!/bin/sh | 1 | #!/bin/sh |
2 | exe=`dmenu_path | dmenu ${1+"$@"}` && exec $exe | 2 | exe=`dmenu_path | dmenu ${1+"$@"}` && exec "$exe" |