* 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:
Dustin Kirkland 2012-05-11 16:31:35 -07:00
commit 84f7d570c6
3 changed files with 4 additions and 3 deletions

3
debian/changelog vendored
View file

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

View file

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

View file

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