diff --git a/debian/changelog b/debian/changelog index e2de89f9..d970e6d9 100644 --- a/debian/changelog +++ b/debian/changelog @@ -29,6 +29,8 @@ byobu (5.22) unreleased; urgency=low modify them locally * usr/lib/byobu/include/shutil: LP: #1059232 - fix tmux color clearing + * usr/lib/byobu/include/common: + - remove trailing whitespace [ Jake Biesinger and Dustin Kirkland ] * usr/share/byobu/keybindings/common, usr/share/byobu/keybindings/f- diff --git a/usr/lib/byobu/include/common b/usr/lib/byobu/include/common index 949535c0..6151dc70 100755 --- a/usr/lib/byobu/include/common +++ b/usr/lib/byobu/include/common @@ -21,7 +21,7 @@ if [ -z "${BYOBU_INCLUDED_LIBS}" ]; then # Needed to set up $BYOBU_CONFIG_DIR . "${BYOBU_PREFIX}/lib/${PKG}/include/dirs" - + # Find command/type/which if command -v 2>/dev/null; then BYOBU_TEST="command -v"