projects
/
suckless
/
dmenu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a02a1a6
)
fix dmenu_path exec sh
author
Connor Lane Smith
<cls@lubutu.com>
Sat, 19 Nov 2011 20:31:18 +0000
(21:31 +0100)
committer
Connor Lane Smith
<cls@lubutu.com>
Sat, 19 Nov 2011 20:31:18 +0000
(21:31 +0100)
dmenu_run
patch
|
blob
|
history
diff --git
a/dmenu_run
b/dmenu_run
index cf75b0afc32c86480261032091dc2c2a76cedc24..3279aa89bfdc41b2ac42b654491013fb01157810 100755
(executable)
--- a/
dmenu_run
+++ b/
dmenu_run
@@
-12,4
+12,4
@@
fi
else
dmenu "$@" < "$cache"
fi
-) |
read cmd && exec sh -c "$cmd"
+) |
exec sh