fixed unquoted dmenu_run $exe-use reported by Jukka

This commit is contained in:
Anselm R Garbe 2008-04-10 16:46:32 +01:00
parent 6423288394
commit 096fb3723b
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"