* usr/lib/byobu/updates_available:

- remove trailing whitespace
This commit is contained in:
Dustin Kirkland 2016-05-17 11:17:41 -07:00
commit 2ff1b59059
2 changed files with 3 additions and 3 deletions

3
debian/changelog vendored
View file

@ -1,6 +1,7 @@
byobu (5.108) unreleased; urgency=medium
* UNRELEASED
* usr/lib/byobu/updates_available:
- remove trailing whitespace
-- Dustin Kirkland <kirkland@ubuntu.com> Mon, 09 May 2016 18:26:22 -0500

View file

@ -103,9 +103,8 @@ ___update_needed() {
# we last cached. this may not recognize formulae
# installed with HEAD
for f in $(brew --prefix)/Cellar/*; do
[ "$f" -nt "$mycache" ] && return 0
[ "$f" -nt "$mycache" ] && return 0
done
# nothing new has been installed, so check wether the
# formulae database was updated
[ "$(brew --prefix)/Library/Formula" -nt "$mycache" ]