This commit is contained in:
anselm@aab 2008-02-11 11:22:38 +00:00
parent d8688f7a4f
commit 6d8e68dcfd
1 changed files with 1 additions and 1 deletions

View File

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