1
0

dmenu_run: use $SHELL

This commit is contained in:
Connor Lane Smith 2011-11-23 15:17:32 +01:00
parent e8e70769d4
commit 3503bfba65

View File

@ -12,4 +12,4 @@ fi
else
dmenu "$@" < "$cache"
fi
) | exec sh
) | exec ${SHELL:-"/bin/sh"}