* usr/bin/byobu.in: LP: #1417323

- fix broken mv call
This commit is contained in:
Dustin Kirkland 2015-03-23 12:56:54 -05:00
commit c9aeeba482
2 changed files with 3 additions and 2 deletions

3
debian/changelog vendored
View file

@ -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

View file

@ -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