mirror of
https://github.com/dustinkirkland/byobu
synced 2025-08-22 22:34:23 -07:00
parent
83c351f01f
commit
1524b035f4
2 changed files with 3 additions and 1 deletions
2
debian/changelog
vendored
2
debian/changelog
vendored
|
@ -50,6 +50,8 @@ byobu (3.7) unreleased; urgency=low
|
||||||
- add a raid notification, LP: #669191
|
- add a raid notification, LP: #669191
|
||||||
* usr/bin/byobu-status, usr/lib/byobu/notify_osd:
|
* usr/bin/byobu-status, usr/lib/byobu/notify_osd:
|
||||||
- fix all detail printing
|
- 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
|
-- Dustin Kirkland <kirkland@ubuntu.com> Thu, 21 Oct 2010 12:09:14 -0500
|
||||||
|
|
||||||
|
|
|
@ -79,7 +79,7 @@ PROFILE="-c $BYOBU_PREFIX/share/$PKG/profiles/byoburc"
|
||||||
NAME="-S $PKG"
|
NAME="-S $PKG"
|
||||||
# Zero out $NAME if user has specified a -S
|
# Zero out $NAME if user has specified a -S
|
||||||
for i in $@; do
|
for i in $@; do
|
||||||
case $i in -S) NAME= ;; esac
|
case $i in -ls|--list|-S) NAME= ;; esac
|
||||||
done
|
done
|
||||||
# Now let's execute screen!
|
# Now let's execute screen!
|
||||||
if [ "$#" = "0" ]; then
|
if [ "$#" = "0" ]; then
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue