Index: build/linux/sysroot_scripts/install-sysroot.py |
diff --git a/build/linux/sysroot_scripts/install-sysroot.py b/build/linux/sysroot_scripts/install-sysroot.py |
index 39b93c698492e2a609ece9e89d73d7e64cf328cb..2003ff6ceb66482c139278894654eaf8c86e56c2 100755 |
--- a/build/linux/sysroot_scripts/install-sysroot.py |
+++ b/build/linux/sysroot_scripts/install-sysroot.py |
@@ -189,7 +189,7 @@ def InstallSysroot(target_arch): |
if os.path.exists(stamp): |
with open(stamp) as s: |
if s.read() == url: |
- print 'Debian Wheezy %s root image already up-to-date: %s' % \ |
+ print 'Debian Wheezy %s root image already up to date: %s' % \ |
(target_arch, sysroot) |
return |