mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-28 03:01:57 +02:00
Fix #2399
This commit is contained in:
@@ -12,7 +12,7 @@ SHELL_SCRIPT = '''\
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
# macOS ships with an ancient version of tic that cannot read from stdin, so we
|
# macOS ships with an ancient version of tic that cannot read from stdin, so we
|
||||||
# create a temp file for it
|
# create a temp file for it
|
||||||
tmp=$(mktemp /tmp/terminfo.XXXXXX)
|
tmp=$(mktemp)
|
||||||
cat >$tmp << 'TERMEOF'
|
cat >$tmp << 'TERMEOF'
|
||||||
TERMINFO
|
TERMINFO
|
||||||
TERMEOF
|
TERMEOF
|
||||||
|
|||||||
Reference in New Issue
Block a user