mirror of
https://github.com/dustinkirkland/byobu
synced 2025-08-22 06:23:19 -07:00
* bin/updates-available: drop leading "Inst" in detailed report
Signed-off-by: Dustin Kirkland <kirkland@canonical.com>
This commit is contained in:
parent
443ed32ecc
commit
521f15775f
2 changed files with 3 additions and 3 deletions
|
@ -19,7 +19,7 @@
|
|||
|
||||
if [ "$1" = "--detail" ]; then
|
||||
if [ -x "/usr/bin/apt-get" ]; then
|
||||
/usr/bin/apt-get -s -o Debug::NoLocking=true upgrade | grep ^Inst
|
||||
/usr/bin/apt-get -s -o Debug::NoLocking=true upgrade | grep ^Inst | sed "s/^Inst //"
|
||||
fi
|
||||
exit 0
|
||||
fi
|
||||
|
|
4
debian/changelog
vendored
4
debian/changelog
vendored
|
@ -1,8 +1,8 @@
|
|||
screen-profiles (1.52) unreleased; urgency=low
|
||||
|
||||
* UNRELEASED
|
||||
* bin/updates-available: drop leading "Inst" in detailed report
|
||||
|
||||
-- Dustin Kirkland <kirkland@ubuntu.com> Mon, 27 Apr 2009 21:57:24 -0500
|
||||
-- Dustin Kirkland <kirkland@ubuntu.com> Tue, 28 Apr 2009 08:26:25 -0500
|
||||
|
||||
screen-profiles (1.51-0ubuntu1) jaunty; urgency=low
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue