* usr/bin/byobu-config: LP: #996559

- use env for python version
This commit is contained in:
Dustin Kirkland 2012-05-10 12:35:48 -07:00
commit 371dbe5408
2 changed files with 6 additions and 1 deletions

5
debian/changelog vendored
View file

@ -1,8 +1,13 @@
byobu (5.18) unreleased; urgency=low byobu (5.18) unreleased; urgency=low
[ Dustin Kirkland ]
* usr/bin/byobu-status: LP: #997766 * usr/bin/byobu-status: LP: #997766
- handle status wider than terminal more gracefully - handle status wider than terminal more gracefully
[ Daniel Hahler ]
* usr/bin/byobu-config: LP: #996559
- use env for python version
-- Dustin Kirkland <kirkland@ubuntu.com> Tue, 03 Apr 2012 19:22:04 -0500 -- Dustin Kirkland <kirkland@ubuntu.com> Tue, 03 Apr 2012 19:22:04 -0500
byobu (5.17-0ubuntu1) precise; urgency=low byobu (5.17-0ubuntu1) precise; urgency=low

View file

@ -1,4 +1,4 @@
#!/usr/bin/python #!/usr/bin/env python
# #
# byobu-config # byobu-config
# Copyright (C) 2008 Canonical Ltd. # Copyright (C) 2008 Canonical Ltd.