aboutsummaryrefslogtreecommitdiff
path: root/dmenu_run
diff options
context:
space:
mode:
Diffstat (limited to 'dmenu_run')
-rwxr-xr-xdmenu_run2
1 files changed, 1 insertions, 1 deletions
diff --git a/dmenu_run b/dmenu_run
index 3279aa8..35a4db3 100755
--- a/dmenu_run
+++ b/dmenu_run
@@ -12,4 +12,4 @@ fi
else
dmenu "$@" < "$cache"
fi
-) | exec sh
+) | exec ${SHELL:-"/bin/sh"}