* usr/lib/byobu/distro:

- must escape whitespace
This commit is contained in:
Dustin Kirkland 2013-04-11 17:58:47 -05:00
commit 0927c180ac
2 changed files with 3 additions and 2 deletions

3
debian/changelog vendored
View file

@ -1,6 +1,7 @@
byobu (5.37) unreleased; urgency=low
* UNRELEASED
* usr/lib/byobu/distro:
- must escape whitespace
-- Dustin Kirkland <kirkland@ubuntu.com> Tue, 09 Apr 2013 12:10:29 -0500

View file

@ -39,7 +39,7 @@ __distro() {
Debian*)
DISTRO="Debian"
;;
Red Hat Enterprise*)
Red\ Hat\ Enterprise*)
DISTRO="RHEL"
;;
*)