mirror of
https://github.com/dustinkirkland/byobu
synced 2025-08-22 14:24:39 -07:00
* usr/lib/byobu/include/common: LP: #1180427
- silence STERR too on BYOBU_TEST
This commit is contained in:
parent
b931f2aa83
commit
15023ad71f
2 changed files with 3 additions and 1 deletions
2
debian/changelog
vendored
2
debian/changelog
vendored
|
@ -10,6 +10,8 @@ byobu (5.48) unreleased; urgency=low
|
||||||
* usr/bin/byobu-enable-prompt, usr/lib/byobu/include/shutil:
|
* usr/bin/byobu-enable-prompt, usr/lib/byobu/include/shutil:
|
||||||
- workaround for LP: #817690
|
- workaround for LP: #817690
|
||||||
- add override for TERM in byobu-enable-prompt
|
- add override for TERM in byobu-enable-prompt
|
||||||
|
* usr/lib/byobu/include/common: LP: #1180427
|
||||||
|
- silence STERR too on BYOBU_TEST
|
||||||
|
|
||||||
-- Dustin Kirkland <kirkland@ubuntu.com> Wed, 17 Jul 2013 09:37:02 -0500
|
-- Dustin Kirkland <kirkland@ubuntu.com> Wed, 17 Jul 2013 09:37:02 -0500
|
||||||
|
|
||||||
|
|
|
@ -24,7 +24,7 @@ if [ -z "${BYOBU_INCLUDED_LIBS}" ]; then
|
||||||
|
|
||||||
# Find command/type/which
|
# Find command/type/which
|
||||||
for BYOBU_TEST in "command -v" "type" "which"; do
|
for BYOBU_TEST in "command -v" "type" "which"; do
|
||||||
$BYOBU_TEST >/dev/null && break || true
|
$BYOBU_TEST >/dev/null 2>&1 && break || true
|
||||||
done
|
done
|
||||||
|
|
||||||
# If the backend is already set (eg. running `byobu-tmux`), do nothing.
|
# If the backend is already set (eg. running `byobu-tmux`), do nothing.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue