From 2ea6e9278305cef0013f83e3575f74bd70d4a36f Mon Sep 17 00:00:00 2001 From: Dustin Kirkland Date: Tue, 28 Dec 2010 10:30:55 -0600 Subject: [PATCH] usr/bin/byobu: allow for -xS or the like, LP: #684926 --- debian/changelog | 1 + usr/bin/byobu | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 8d44521e..141b5a3a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,7 @@ byobu (3.20) unreleased; urgency=low * usr/lib/byobu/network: drop unnecessary unit=kbps + * usr/bin/byobu: allow for -xS or the like, LP: #684926 -- Dustin Kirkland Tue, 28 Dec 2010 00:05:13 -0600 diff --git a/usr/bin/byobu b/usr/bin/byobu index 3ce2a647..2e892bab 100755 --- a/usr/bin/byobu +++ b/usr/bin/byobu @@ -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|-ls|-list) NAME= ;; esac + case $i in -*S|-ls|-list) NAME= ;; esac done # Now let's execute screen! if [ "$#" = "0" ]; then