diff options
author | Anselm R Garbe <garbeam@gmail.com> | 2008-02-12 09:42:48 +0000 |
---|---|---|
committer | Anselm R Garbe <garbeam@gmail.com> | 2008-02-12 09:42:48 +0000 |
commit | 7804354106e713871f9e341d74d81eb0b1b00176 (patch) | |
tree | 0fe01909fe51bdff2f704244793912a07fff09ba | |
parent | 6d8e68dcfd22a4f1d428f75f5cae64502dedbf94 (diff) |
removed set
-rwxr-xr-x | dmenu_run | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,2 +1,2 @@ #!/bin/sh -set exe=`dmenu_path | dmenu $*` && exec $exe +exe=`dmenu_path | dmenu $*` && exec $exe |