usr/bin/byobu: list all sessions, LP: #684926

This commit is contained in:
Dustin Kirkland 2010-12-14 16:20:44 -06:00
commit 88dc772bdd
2 changed files with 2 additions and 1 deletions

1
debian/changelog vendored
View file

@ -3,6 +3,7 @@ byobu (3.17) unreleased; urgency=low
* usr/lib/byobu/cpu_temp: add cpu temp path for modern (x201) thinkpads
* usr/share/byobu/windows/common: must set a target site for the sample
w3m window to work, LP: #689340
* usr/bin/byobu: list all sessions, LP: #684926
-- Dustin Kirkland <kirkland@ubuntu.com> Wed, 08 Dec 2010 08:57:51 -0600

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 -ls|--list|-S) NAME= ;; esac
case $i in -S) NAME= ;; esac
done
# Now let's execute screen!
if [ "$#" = "0" ]; then