* usr/lib/byobu/include/common:

- remove trailing whitespace
This commit is contained in:
Dustin Kirkland 2012-11-05 13:46:56 +01:00
commit 796cedf473
2 changed files with 3 additions and 1 deletions

2
debian/changelog vendored
View file

@ -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-

View file

@ -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"