mirror of
https://github.com/dustinkirkland/byobu
synced 2025-08-23 22:56:16 -07:00
* usr/lib/byobu/include/common:
- remove trailing whitespace
This commit is contained in:
parent
85d94e3128
commit
796cedf473
2 changed files with 3 additions and 1 deletions
2
debian/changelog
vendored
2
debian/changelog
vendored
|
@ -29,6 +29,8 @@ byobu (5.22) unreleased; urgency=low
|
||||||
modify them locally
|
modify them locally
|
||||||
* usr/lib/byobu/include/shutil: LP: #1059232
|
* usr/lib/byobu/include/shutil: LP: #1059232
|
||||||
- fix tmux color clearing
|
- fix tmux color clearing
|
||||||
|
* usr/lib/byobu/include/common:
|
||||||
|
- remove trailing whitespace
|
||||||
|
|
||||||
[ Jake Biesinger and Dustin Kirkland ]
|
[ Jake Biesinger and Dustin Kirkland ]
|
||||||
* usr/share/byobu/keybindings/common, usr/share/byobu/keybindings/f-
|
* usr/share/byobu/keybindings/common, usr/share/byobu/keybindings/f-
|
||||||
|
|
|
@ -21,7 +21,7 @@
|
||||||
if [ -z "${BYOBU_INCLUDED_LIBS}" ]; then
|
if [ -z "${BYOBU_INCLUDED_LIBS}" ]; then
|
||||||
# Needed to set up $BYOBU_CONFIG_DIR
|
# Needed to set up $BYOBU_CONFIG_DIR
|
||||||
. "${BYOBU_PREFIX}/lib/${PKG}/include/dirs"
|
. "${BYOBU_PREFIX}/lib/${PKG}/include/dirs"
|
||||||
|
|
||||||
# Find command/type/which
|
# Find command/type/which
|
||||||
if command -v 2>/dev/null; then
|
if command -v 2>/dev/null; then
|
||||||
BYOBU_TEST="command -v"
|
BYOBU_TEST="command -v"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue