mirror of
https://github.com/dustinkirkland/byobu
synced 2025-08-21 22:13:19 -07:00
parent
14202cad80
commit
c9aeeba482
2 changed files with 3 additions and 2 deletions
3
debian/changelog
vendored
3
debian/changelog
vendored
|
@ -1,6 +1,7 @@
|
||||||
byobu (5.93) unreleased; urgency=medium
|
byobu (5.93) unreleased; urgency=medium
|
||||||
|
|
||||||
* UNRELEASED
|
* usr/bin/byobu.in: LP: #1417323
|
||||||
|
- fix broken mv call
|
||||||
|
|
||||||
-- Dustin Kirkland <kirkland@ubuntu.com> Mon, 23 Mar 2015 12:50:58 -0500
|
-- Dustin Kirkland <kirkland@ubuntu.com> Mon, 23 Mar 2015 12:50:58 -0500
|
||||||
|
|
||||||
|
|
|
@ -35,7 +35,7 @@ fi
|
||||||
# Source local byobu config
|
# Source local byobu config
|
||||||
if [ -r "$HOME/.byoburc" ]; then
|
if [ -r "$HOME/.byoburc" ]; then
|
||||||
# Ensure that this configuration is usable
|
# Ensure that this configuration is usable
|
||||||
. "$HOME/.byoburc" || mv -f "$HOME/.byoburc".orig
|
. "$HOME/.byoburc" || mv -f "$HOME/.byoburc" "$HOME/.byoburc".orig
|
||||||
fi
|
fi
|
||||||
if [ -z "${BYOBU_PREFIX}" ]; then
|
if [ -z "${BYOBU_PREFIX}" ]; then
|
||||||
# Find and export the installation location prefix
|
# Find and export the installation location prefix
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue