mirror of
https://github.com/dustinkirkland/byobu
synced 2025-08-22 14:24:39 -07:00
* usr/lib/byobu/include/constants: LP: #954031
- use the sed --follow-symlinks option to keep from recreating files, especially .profile and .bashrc
This commit is contained in:
parent
b9d88945e2
commit
de78a01dbc
2 changed files with 4 additions and 1 deletions
3
debian/changelog
vendored
3
debian/changelog
vendored
|
@ -37,6 +37,9 @@ byobu (5.20) unreleased; urgency=low
|
|||
- seems upstream tmux changed the option name from "alert" to "activity"
|
||||
* usr/share/man/man1/byobu.1: LP: #977225
|
||||
- add documentation about the status line background colors
|
||||
* usr/lib/byobu/include/constants: LP: #954031
|
||||
- use the sed --follow-symlinks option to keep from recreating files,
|
||||
especially .profile and .bashrc
|
||||
|
||||
[ Dustin Kirkland and Daniel Lee ]
|
||||
* usr/lib/byobu/disk_io, usr/lib/byobu/mail, usr/lib/byobu/network:
|
||||
|
|
|
@ -94,7 +94,7 @@ case "$BYOBU_BACKEND" in
|
|||
esac
|
||||
|
||||
# MacOS Support
|
||||
$BYOBU_TEST gsed >/dev/null 2>&1 && export BYOBU_SED="gsed" || export BYOBU_SED="sed"
|
||||
$BYOBU_TEST gsed >/dev/null 2>&1 && export BYOBU_SED="gsed --follow-symlinks" || export BYOBU_SED="sed --follow-symlinks"
|
||||
$BYOBU_TEST greadlink >/dev/null 2>&1 && export BYOBU_READLINK="greadlink" || export BYOBU_READLINK="readlink"
|
||||
$BYOBU_TEST sensible-pager >/dev/null 2>&1 && export BYOBU_PAGER="sensible-pager" || export BYOBU_PAGER="less"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue