mirror of
https://github.com/dustinkirkland/byobu
synced 2025-08-21 14:03:18 -07:00
* usr/bin/byobu-status: LP: #898801
- fix status detailing, skip include, as it's a directory
This commit is contained in:
parent
aa8fef0c0b
commit
91d1d09d0d
2 changed files with 7 additions and 1 deletions
5
debian/changelog
vendored
5
debian/changelog
vendored
|
@ -1,5 +1,6 @@
|
|||
byobu (4.53) unreleased; urgency=low
|
||||
|
||||
[ Dustin Kirkland ]
|
||||
* usr/share/byobu/profiles/common: LP: #900812
|
||||
- start screen with at least a 1 second message wait
|
||||
* usr/bin/byobu, usr/bin/byobu-ctrl-a, usr/bin/byobu-disable,
|
||||
|
@ -26,6 +27,10 @@ byobu (4.53) unreleased; urgency=low
|
|||
* usr/lib/byobu/include/dirs: LP: #780081
|
||||
- use ~/.local/share/byobu as BYOBU_CONFIG_DIR, if it happens to exist
|
||||
|
||||
[ Andrew McCarthy ]
|
||||
* usr/bin/byobu-status: LP: #898801
|
||||
- fix status detailing, skip include, as it's a directory
|
||||
|
||||
-- Dustin Kirkland <kirkland@ubuntu.com> Mon, 05 Dec 2011 08:59:08 -0600
|
||||
|
||||
byobu (4.52-0ubuntu1) precise; urgency=low
|
||||
|
|
|
@ -81,9 +81,10 @@ case "$1" in
|
|||
printf " Expand all - zr\t\tCollapse all - zm\n Expand one - zo\t\tCollapse one - zc\n\n"
|
||||
fi
|
||||
for i in "$BYOBU_PREFIX/lib/$PKG"/*; do
|
||||
[ -f "$i" ] || continue
|
||||
i=${i##*/}
|
||||
case "$i" in
|
||||
menu|notify_osd|time_binary) continue ;;
|
||||
include|menu|notify_osd|time_binary) continue ;;
|
||||
esac
|
||||
find_script "$i" && . "${_RET}"
|
||||
short=$(eval "__${i}" | $SED -e 's/^\s*//' -e 's/\s*$//' -e 's/.{[^}]*}//g')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue