mirror of
https://github.com/dustinkirkland/byobu
synced 2025-08-19 21:13:19 -07:00
open 1.2 development
add missing print statements
This commit is contained in:
parent
030aa77c12
commit
145d990da7
2 changed files with 8 additions and 0 deletions
|
@ -27,11 +27,13 @@ fi
|
||||||
# If apt-get exists, use it
|
# If apt-get exists, use it
|
||||||
if [ -x /usr/bin/apt-get ]; then
|
if [ -x /usr/bin/apt-get ]; then
|
||||||
u=`/usr/bin/apt-get -s -o Debug::NoLocking=true upgrade | grep -c ^Inst`
|
u=`/usr/bin/apt-get -s -o Debug::NoLocking=true upgrade | grep -c ^Inst`
|
||||||
|
print_updates $u
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# If yum exists, use it
|
# If yum exists, use it
|
||||||
if [ -x /usr/bin/yum ]; then
|
if [ -x /usr/bin/yum ]; then
|
||||||
u=`/usr/bin/yum list updates | grep -c "updates"`
|
u=`/usr/bin/yum list updates | grep -c "updates"`
|
||||||
|
print_updates $u
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# If we're here, we have no idea
|
# If we're here, we have no idea
|
||||||
|
|
6
debian/changelog
vendored
6
debian/changelog
vendored
|
@ -1,3 +1,9 @@
|
||||||
|
screen-profiles (1.2) UNRELEASED; urgency=low
|
||||||
|
|
||||||
|
* bin/updates-available: add missing print statements
|
||||||
|
|
||||||
|
-- Dustin Kirkland <kirkland@ubuntu.com> Fri, 19 Dec 2008 14:09:43 -0600
|
||||||
|
|
||||||
screen-profiles (1.1-0ubuntu1) jaunty; urgency=low
|
screen-profiles (1.1-0ubuntu1) jaunty; urgency=low
|
||||||
|
|
||||||
[ Nicolas Barcet ]
|
[ Nicolas Barcet ]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue