mirror of
https://github.com/dustinkirkland/byobu
synced 2025-08-21 14:03:18 -07:00
* usr/bin/byobu-config, usr/bin/byobu-select-session: LP: #988471
- per Barry Warsaw, scripts should NOT use 'env python'; sorry
This commit is contained in:
parent
aa627376e4
commit
84f7d570c6
3 changed files with 4 additions and 3 deletions
3
debian/changelog
vendored
3
debian/changelog
vendored
|
@ -1,6 +1,7 @@
|
||||||
byobu (5.19) unreleased; urgency=low
|
byobu (5.19) unreleased; urgency=low
|
||||||
|
|
||||||
* UNRELEASED
|
* usr/bin/byobu-config, usr/bin/byobu-select-session: LP: #988471
|
||||||
|
- per Barry Warsaw, scripts should NOT use 'env python'; sorry
|
||||||
|
|
||||||
-- Dustin Kirkland <kirkland@ubuntu.com> Fri, 11 May 2012 15:43:02 -0700
|
-- Dustin Kirkland <kirkland@ubuntu.com> Fri, 11 May 2012 15:43:02 -0700
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
#!/usr/bin/env python
|
#!/usr/bin/python
|
||||||
#
|
#
|
||||||
# byobu-config
|
# byobu-config
|
||||||
# Copyright (C) 2008 Canonical Ltd.
|
# Copyright (C) 2008 Canonical Ltd.
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
#!/usr/bin/env python
|
#!/usr/bin/python
|
||||||
#
|
#
|
||||||
# byobu-select-session
|
# byobu-select-session
|
||||||
# Copyright (C) 2010 Canonical Ltd.
|
# Copyright (C) 2010 Canonical Ltd.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue