releasing 5.120

This commit is contained in:
Dustin Kirkland 2017-06-05 11:44:01 -05:00
commit 37f667a02b
2 changed files with 4 additions and 5 deletions

7
debian/changelog vendored
View file

@ -1,8 +1,9 @@
byobu (5.120) unreleased; urgency=medium byobu (5.120-0ubuntu1) artful; urgency=medium
* UNRELEASED * usr/lib/byobu/include/shutil:
- revert the last two changes; that was a wild goose chase
-- Dustin Kirkland <kirkland@ubuntu.com> Thu, 01 Jun 2017 17:18:46 -0500 -- Dustin Kirkland <kirkland@ubuntu.com> Mon, 05 Jun 2017 11:43:52 -0500
byobu (5.119-0ubuntu1) artful; urgency=medium byobu (5.119-0ubuntu1) artful; urgency=medium

View file

@ -316,8 +316,6 @@ get_distro() {
if [ -n "$DISTRO" ]; then if [ -n "$DISTRO" ]; then
# user defined # user defined
true true
elif [ -r "/etc/lsb-release" ]; then
distro=$(. /etc/lsb-release && echo "$DISTRIB_DESCRIPTION")
elif [ -r "/etc/os-release" ]; then elif [ -r "/etc/os-release" ]; then
distro=$(. /etc/os-release && echo "$NAME") distro=$(. /etc/os-release && echo "$NAME")
elif [ -r "/etc/issue" ]; then elif [ -r "/etc/issue" ]; then