This commit is contained in:
Kovid Goyal 2020-02-27 07:14:44 +05:30
parent 2f8002c567
commit 507fbc7abf
No known key found for this signature in database
GPG key ID: 06BC317B515ACE7C

View file

@ -12,7 +12,7 @@
#!/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