mirror of
https://github.com/dustinkirkland/byobu
synced 2025-08-22 22:34:23 -07:00
* usr/lib/byobu/hostname:
- whitespace handled elsewhere
This commit is contained in:
parent
24cb23d7f0
commit
c305672546
2 changed files with 3 additions and 1 deletions
2
debian/changelog
vendored
2
debian/changelog
vendored
|
@ -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
|
||||||
|
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue