* usr/bin/byobu:

- fix listing of sessions, LP: #672023
This commit is contained in:
Dustin Kirkland 2010-11-07 09:20:46 -06:00
commit 1524b035f4
2 changed files with 3 additions and 1 deletions

2
debian/changelog vendored
View file

@ -50,6 +50,8 @@ byobu (3.7) unreleased; urgency=low
- add a raid notification, LP: #669191
* usr/bin/byobu-status, usr/lib/byobu/notify_osd:
- fix all detail printing
* usr/bin/byobu:
- fix listing of sessions, LP: #672023
-- Dustin Kirkland <kirkland@ubuntu.com> Thu, 21 Oct 2010 12:09:14 -0500

View file

@ -79,7 +79,7 @@ PROFILE="-c $BYOBU_PREFIX/share/$PKG/profiles/byoburc"
NAME="-S $PKG"
# Zero out $NAME if user has specified a -S
for i in $@; do
case $i in -S) NAME= ;; esac
case $i in -ls|--list|-S) NAME= ;; esac
done
# Now let's execute screen!
if [ "$#" = "0" ]; then