mirror of
https://github.com/dustinkirkland/byobu
synced 2025-08-14 02:36:59 -07:00
* usr/lib/byobu/include/config.py.in, usr/lib/byobu/include/select-
session.py: - use env python3 for portability to other Linux and Mac systems (hopefully that's still okay for Debian / Ubuntu?) - https://github.com/dustinkirkland/byobu/pull/29
This commit is contained in:
parent
25804b6816
commit
c917f5977f
3 changed files with 7 additions and 2 deletions
5
debian/changelog
vendored
5
debian/changelog
vendored
|
@ -6,6 +6,11 @@ byobu (5.128) unreleased; urgency=medium
|
|||
- https://github.com/dustinkirkland/byobu/pull/31
|
||||
* usr/lib/byobu/logo:
|
||||
- "SuSE" name is an outdated version of it. Use the modern one: SUSE
|
||||
* usr/lib/byobu/include/config.py.in, usr/lib/byobu/include/select-
|
||||
session.py:
|
||||
- use env python3 for portability to other Linux and Mac systems
|
||||
(hopefully that's still okay for Debian / Ubuntu?)
|
||||
- https://github.com/dustinkirkland/byobu/pull/29
|
||||
|
||||
-- Dustin Kirkland <kirkland@ubuntu.com> Sun, 12 Aug 2018 11:37:11 -0500
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#!/usr/bin/python3
|
||||
#!/usr/bin/env python3
|
||||
#
|
||||
# config.py
|
||||
# Copyright (C) 2008 Canonical Ltd.
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#!/usr/bin/python3
|
||||
#!/usr/bin/env python3
|
||||
#
|
||||
# select-session.py
|
||||
# Copyright (C) 2010 Canonical Ltd.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue