* usr/bin/byobu-select-session.in: LP: #1555446

- exec the select-session command, to keep from having an sh
    hanging around
This commit is contained in:
Dustin Kirkland 2016-04-07 16:48:16 -05:00
commit f4236feb83
2 changed files with 4 additions and 1 deletions

3
debian/changelog vendored
View file

@ -15,6 +15,9 @@ byobu (5.105) unreleased; urgency=medium
* usr/bin/byobu-janitor.in:
- no longer default to enabling ec2 status, LP: #1564320
- institute better timeouts for metadata wgets, LP: #1564320
* usr/bin/byobu-select-session.in: LP: #1555446
- exec the select-session command, to keep from having an sh
hanging around
[ Mark King ]
* usr/lib/byobu/battery:

View file

@ -21,4 +21,4 @@ PKG="byobu"
[ -z "${BYOBU_PREFIX}" ] && export BYOBU_PREFIX="@prefix@" || export BYOBU_PREFIX
. "${BYOBU_PREFIX}/lib/${PKG}/include/common"
${BYOBU_PYTHON} "${BYOBU_PREFIX}/lib/${PKG}/include/select-session.py"
exec ${BYOBU_PYTHON} "${BYOBU_PREFIX}/lib/${PKG}/include/select-session.py"