fonts: Make patching silent
The generate script should only output anything if there are errors.
This commit is contained in:
@@ -67,7 +67,7 @@ def main():
|
|||||||
subprocess.check_call(line)
|
subprocess.check_call(line)
|
||||||
if patches:
|
if patches:
|
||||||
for patch in patches:
|
for patch in patches:
|
||||||
subprocess.check_call(['/usr/bin/env', 'patch', name+'.c', patch])
|
subprocess.check_call(['/usr/bin/env', 'patch', '--silent', name+'.c', patch])
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user