mirror of
https://github.com/dustinkirkland/byobu
synced 2025-08-19 04:59:26 -07:00
* usr/lib/byobu/updates_available:
- remove trailing whitespace
This commit is contained in:
parent
c0b2ee6e0a
commit
2ff1b59059
2 changed files with 3 additions and 3 deletions
3
debian/changelog
vendored
3
debian/changelog
vendored
|
@ -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
|
||||
|
||||
|
|
|
@ -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" ]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue