* usr/bin/byobu-launch:

- fix typo, missing whitespace
This commit is contained in:
Dustin Kirkland 2011-06-16 16:08:21 -05:00
commit 1cf3842261
2 changed files with 3 additions and 1 deletions

2
debian/changelog vendored
View file

@ -33,6 +33,8 @@ byobu (4.13) unreleased; urgency=low
- add vi modelines - add vi modelines
* usr/lib/byobu/hostname: * usr/lib/byobu/hostname:
- whitespace handled elsewhere - whitespace handled elsewhere
* usr/bin/byobu-launch:
- fix typo, missing whitespace
-- Dustin Kirkland <kirkland@ubuntu.com> Thu, 16 Jun 2011 11:37:56 -0500 -- Dustin Kirkland <kirkland@ubuntu.com> Thu, 16 Jun 2011 11:37:56 -0500

View file

@ -31,7 +31,7 @@ DATA="$HOME/.$PKG"
# $HOME/.bashrc: export LC_BYOBU=0 # $HOME/.bashrc: export LC_BYOBU=0
# or edit your sshd_config, ssh_config, and set: # or edit your sshd_config, ssh_config, and set:
# $HOME/.bashrc: export BYOBU_DISABLE=1 # $HOME/.bashrc: export BYOBU_DISABLE=1
if [ "$LC_BYOBU" != "0" ] && [ "$BYOBU_DISABLE" != "1"]; then if [ "$LC_BYOBU" != "0" ] && [ "$BYOBU_DISABLE" != "1" ]; then
case "$-" in case "$-" in
*i*) *i*)
# Attempt to merge shell history across sessions/windows (works with a few exceptions) # Attempt to merge shell history across sessions/windows (works with a few exceptions)