| Index: build/linux/install-chromeos-fonts.py
|
| diff --git a/build/linux/install-chromeos-fonts.py b/build/linux/install-chromeos-fonts.py
|
| index 460f10dbe14719f41ae6fa724c8b8250bf110fed..939995e6f82cce0b838291c1d6ae10984ac076d9 100755
|
| --- a/build/linux/install-chromeos-fonts.py
|
| +++ b/build/linux/install-chromeos-fonts.py
|
| @@ -48,7 +48,7 @@ def main(args):
|
| if os.path.exists(stamp):
|
| with open(stamp) as s:
|
| if s.read() == '\n'.join(URLS):
|
| - print "Chrome OS fonts already up-to-date in %s." % dest_dir
|
| + print "Chrome OS fonts already up to date in %s." % dest_dir
|
| return 0
|
|
|
| if os.path.isdir(dest_dir):
|
|
|