* usr/lib/byobu/arch:

- need a trailing whitespace
This commit is contained in:
Dustin Kirkland 2016-01-13 17:08:56 +02:00
commit 8e3c9da17c
2 changed files with 3 additions and 2 deletions

3
debian/changelog vendored
View file

@ -1,6 +1,7 @@
byobu (5.101) unreleased; urgency=medium
* UNRELEASED
* usr/lib/byobu/arch:
- need a trailing whitespace
-- Dustin Kirkland <kirkland@ubuntu.com> Wed, 02 Dec 2015 13:44:23 -0600

View file

@ -24,7 +24,7 @@ __arch_detail() {
}
__arch() {
printf "%s" $(uname -m)
printf "%s " $(uname -m)
}
# vi: syntax=sh ts=4 noexpandtab