mirror of
https://github.com/dustinkirkland/byobu
synced 2025-08-21 05:53:22 -07:00
* 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:
parent
430349ff05
commit
f4236feb83
2 changed files with 4 additions and 1 deletions
3
debian/changelog
vendored
3
debian/changelog
vendored
|
@ -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:
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue