This commit is contained in:
Kovid Goyal
2020-02-27 07:14:44 +05:30
parent 2f8002c567
commit 507fbc7abf

View File

@@ -12,7 +12,7 @@ SHELL_SCRIPT = '''\
#!/bin/sh
# macOS ships with an ancient version of tic that cannot read from stdin, so we
# create a temp file for it
tmp=$(mktemp /tmp/terminfo.XXXXXX)
tmp=$(mktemp)
cat >$tmp << 'TERMEOF'
TERMINFO
TERMEOF