mirror of
https://github.com/dustinkirkland/byobu
synced 2025-08-22 14:24:39 -07:00
and fix a typo in that commit
This commit is contained in:
parent
f2ff0c6e2b
commit
92b7ae0e94
2 changed files with 2 additions and 1 deletions
1
debian/changelog
vendored
1
debian/changelog
vendored
|
@ -2,6 +2,7 @@ byobu (5.16) unreleased; urgency=low
|
|||
|
||||
* usr/lib/byobu/updates_available: LP: #942469
|
||||
- fix regression clearing updates_available status
|
||||
- and fix a typo in that commit
|
||||
|
||||
-- Dustin Kirkland <kirkland@ubuntu.com> Thu, 23 Feb 2012 15:01:55 -0600
|
||||
|
||||
|
|
|
@ -33,7 +33,7 @@ ___print_updates() {
|
|||
color --
|
||||
elif [ "$u" = "0" ]; then
|
||||
# Clear out byobu's status cache
|
||||
rm -f "$BYOBU_RUN_DIR/status.$BYOBU_BACKEND/updates_available*"
|
||||
rm -f "$BYOBU_RUN_DIR/status.$BYOBU_BACKEND/updates_available"*
|
||||
fi
|
||||
fi
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue