mirror of
https://github.com/dustinkirkland/byobu
synced 2025-08-21 14:03:18 -07:00
releasing 5.120
This commit is contained in:
parent
d68c17888e
commit
37f667a02b
2 changed files with 4 additions and 5 deletions
7
debian/changelog
vendored
7
debian/changelog
vendored
|
@ -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
|
||||||
|
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue