[jhbuild] sysid: add a missing space in get_freebsd_info



commit b8d4875e56b69bd7533842c418b01655de36b1e7
Author: Ting-Wei Lan <lantw src gnome org>
Date:   Sun Nov 8 16:53:48 2015 +0800

    sysid: add a missing space in get_freebsd_info

 jhbuild/utils/sysid.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/jhbuild/utils/sysid.py b/jhbuild/utils/sysid.py
index 54044c1..2e0e56d 100644
--- a/jhbuild/utils/sysid.py
+++ b/jhbuild/utils/sysid.py
@@ -108,7 +108,7 @@ def get_freebsd_info():
     try:
         ver = subprocess.check_output(['uname', '-r']).strip()
 
-        sys_name = 'FreeBSD' + ver
+        sys_name = 'FreeBSD ' + ver
         return True
     except:
         return False


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]