Browse Source

removed set

master
Anselm R Garbe 16 years ago
parent
commit
7804354106
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
set exe=`dmenu_path | dmenu $*` && exec $exe
exe=`dmenu_path | dmenu $*` && exec $exe

Loading…
Cancel
Save