index
:
dmenu.git
master
my rice of dmenu
Gustaf Rydholm
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
dmenu_run
diff options
context:
1
2
3
4
5
6
7
8
9
10
15
20
25
30
35
40
space:
include
ignore
mode:
unified
ssdiff
stat only
Diffstat
(limited to 'dmenu_run')
-rwxr-xr-x
dmenu_run
2
1 files changed, 1 insertions, 1 deletions
diff --git a/dmenu_run b/dmenu_run
index 35a4db3..2bb1dfd 100755
--- a/
dmenu_run
+++ b/
dmenu_run
@@ -12,4 +12,4 @@ fi
else
dmenu "$@" < "$cache"
fi
-) | exec ${SHELL:-"/bin/sh"}
+) | ${SHELL:-"/bin/sh"} &