dmenu_run: use $SHELL
This commit is contained in:
parent
3f9b10c86a
commit
942199ccd0
1 changed files with 1 additions and 1 deletions
|
@ -12,4 +12,4 @@ fi
|
|||
else
|
||||
dmenu "$@" < "$cache"
|
||||
fi
|
||||
) | exec sh
|
||||
) | exec ${SHELL:-"/bin/sh"}
|
||||
|
|
Loading…
Reference in a new issue