pinosaur
/
dmenu.git
/ commitdiff
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
cf75b0a
..
3279aa8
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