mirror of
https://github.com/dustinkirkland/byobu
synced 2025-08-22 14:24:39 -07:00
* usr/lib/byobu/distro:
- must escape whitespace
This commit is contained in:
parent
242209a508
commit
0927c180ac
2 changed files with 3 additions and 2 deletions
3
debian/changelog
vendored
3
debian/changelog
vendored
|
@ -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
|
||||
|
||||
|
|
|
@ -39,7 +39,7 @@ __distro() {
|
|||
Debian*)
|
||||
DISTRO="Debian"
|
||||
;;
|
||||
Red Hat Enterprise*)
|
||||
Red\ Hat\ Enterprise*)
|
||||
DISTRO="RHEL"
|
||||
;;
|
||||
*)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue