dmenu_run: use $SHELL

This commit is contained in:
Connor Lane Smith 2011-11-23 15:17:32 +01:00
parent 3f9b10c86a
commit 942199ccd0
1 changed files with 1 additions and 1 deletions

View File

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