and fix a typo in that commit

This commit is contained in:
Dustin Kirkland 2012-02-28 14:40:16 -06:00
commit 92b7ae0e94
2 changed files with 2 additions and 1 deletions

1
debian/changelog vendored
View file

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

View file

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