* usr/bin/byobu-launcher-install:

- better fish launcher conditional, per actual fish user
This commit is contained in:
Dustin Kirkland 2013-02-07 14:48:26 -06:00
commit 16cb3ddb58
2 changed files with 6 additions and 1 deletions

5
debian/changelog vendored
View file

@ -1,5 +1,6 @@
byobu (5.32) unreleased; urgency=low byobu (5.32) unreleased; urgency=low
[ Dustin Kirkland ]
* usr/lib/byobu/mail: LP: #1118364 * usr/lib/byobu/mail: LP: #1118364
- support maildir format - support maildir format
* debian/rules, usr/bin/byobu, usr/bin/byobu-launch, * debian/rules, usr/bin/byobu, usr/bin/byobu-launch,
@ -7,6 +8,10 @@ byobu (5.32) unreleased; urgency=low
- clean up some bashisms (better portability) - clean up some bashisms (better portability)
- checkbashisms at build time - checkbashisms at build time
[ Lukas Stabe ]
* usr/bin/byobu-launcher-install:
- better fish launcher conditional, per actual fish user
-- Dustin Kirkland <kirkland@ubuntu.com> Wed, 06 Feb 2013 23:16:22 -0600 -- Dustin Kirkland <kirkland@ubuntu.com> Wed, 06 Feb 2013 23:16:22 -0600
byobu (5.31-0ubuntu1) raring; urgency=low byobu (5.31-0ubuntu1) raring; urgency=low

View file

@ -49,7 +49,7 @@ install_launcher() {
install_launcher_fish() { install_launcher_fish() {
$PKG-launcher-uninstall "$1" || true $PKG-launcher-uninstall "$1" || true
printf "[ -z \"\$DISPLAY\" -a -z \"\$BYOBU_WINDOWS\" ] ; and [ \"\$TERM\" != \"dumb\" ] ; and exec byobu-launcher" >> "$1" printf "status --is-login; and status --is-interactive; and exec byobu-launcher" >> "$1"
} }
# Sanitize the environment # Sanitize the environment