no exe should be unquoted, agreed to Peter Hartlich

This commit is contained in:
Anselm R Garbe 2008-04-10 18:12:00 +01:00
parent 096fb3723b
commit f3617bd7ca
1 changed files with 1 additions and 1 deletions

View File

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