pinosaur
/
dmenu.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3f9b10c
)
dmenu_run: use $SHELL
author
Connor Lane Smith
<cls@lubutu.com>
Wed, 23 Nov 2011 14:17:32 +0000
(15:17 +0100)
committer
Connor Lane Smith
<cls@lubutu.com>
Wed, 23 Nov 2011 14:17:32 +0000
(15:17 +0100)
dmenu_run
patch
|
blob
|
history
diff --git
a/dmenu_run
b/dmenu_run
index
3279aa8
..
35a4db3
100755
(executable)
--- a/
dmenu_run
+++ b/
dmenu_run
@@
-12,4
+12,4
@@
fi
else
dmenu "$@" < "$cache"
fi
-) | exec
sh
+) | exec
${SHELL:-"/bin/sh"}