* usr/lib/byobu/hostname:

- whitespace handled elsewhere
This commit is contained in:
Dustin Kirkland 2011-06-16 12:50:48 -05:00
commit c305672546
2 changed files with 3 additions and 1 deletions

2
debian/changelog vendored
View file

@ -31,6 +31,8 @@ byobu (4.13) unreleased; urgency=low
usr/lib/byobu/users, usr/lib/byobu/whoami, usr/lib/byobu/users, usr/lib/byobu/whoami,
usr/lib/byobu/wifi_quality, usr/sbin/byobu-classroom: usr/lib/byobu/wifi_quality, usr/sbin/byobu-classroom:
- add vi modelines - add vi modelines
* usr/lib/byobu/hostname:
- whitespace handled elsewhere
-- Dustin Kirkland <kirkland@ubuntu.com> Thu, 16 Jun 2011 11:37:56 -0500 -- Dustin Kirkland <kirkland@ubuntu.com> Thu, 16 Jun 2011 11:37:56 -0500

View file

@ -33,6 +33,6 @@ else
h=$(hostname -s 2>/dev/null || hostname) h=$(hostname -s 2>/dev/null || hostname)
fi fi
color bold2; printf "%s" "$h "; color -- color bold2; printf "%s" "$h"; color --
# vi: syntax=sh ts=4 noexpandtab # vi: syntax=sh ts=4 noexpandtab