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:
942199c
)
fork dmenu_run to disown child shell
author
Connor Lane Smith
<cls@lubutu.com>
Fri, 9 Dec 2011 10:36:26 +0000
(11:36 +0100)
committer
Connor Lane Smith
<cls@lubutu.com>
Fri, 9 Dec 2011 10:36:26 +0000
(11:36 +0100)
dmenu_run
patch
|
blob
|
history
diff --git
a/dmenu_run
b/dmenu_run
index 35a4db34e8fc1bd97dc8144e8991eae2a39dc31e..2bb1dfd662200bfc46f503e347a3e35709339726 100755
(executable)
--- a/
dmenu_run
+++ b/
dmenu_run
@@
-12,4
+12,4
@@
fi
else
dmenu "$@" < "$cache"
fi
-) |
exec ${SHELL:-"/bin/sh"}
+) |
${SHELL:-"/bin/sh"} &