Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/sjhbuild/sysdeps.py
diff options
context:
space:
mode:
Diffstat (limited to 'sjhbuild/sysdeps.py')
-rw-r--r--sjhbuild/sysdeps.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/sjhbuild/sysdeps.py b/sjhbuild/sysdeps.py
index a328ab2..7aeb026 100644
--- a/sjhbuild/sysdeps.py
+++ b/sjhbuild/sysdeps.py
@@ -39,7 +39,7 @@ def get_distribution():
_cached_dversion = _pipe_lower(['lsb_release', '-rs'])
except OSError:
- sys.stderr.write('ERROR: Could not run lsb_release. Is it installed?')
+ sys.stderr.write('ERROR: Could not run lsb_release. Is it installed?\n')
return _cached_dname, _cached_dversion