Rename OS X -> macOS

This commit is contained in:
Luflosi
2019-01-28 01:11:53 +01:00
parent 5ff4a6f4d8
commit c343bdd120
4 changed files with 6 additions and 6 deletions

View File

@@ -16,7 +16,7 @@ with open('terminfo/kitty.terminfo', 'w') as f:
os.environ['TERMINFO'] = os.path.join(base, 'terminfo')
subprocess.check_call(['tic', '-x', 'terminfo/kitty.terminfo'])
# On OS X tic puts the compiled database into a different directory
# On macOS tic puts the compiled database into a different directory
try:
os.mkdir('terminfo/78')
except FileExistsError: