Browse Source

fixed unquoted dmenu_run $exe-use reported by Jukka

master
Anselm R Garbe 16 years ago
parent
commit
096fb3723b
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      dmenu_run

+ 1
- 1
dmenu_run View File

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

Loading…
Cancel
Save