file: Update from 5.32 to 5.33
[termux-packages] / packages / vim / vimtutor.patch
CommitLineData
59f0d218
FF
1diff -u -r ../cache/vim-hg/src/vimtutor ./src/vimtutor
2--- ../cache/vim-hg/src/vimtutor 2014-05-30 17:16:01.677978089 +0200
3+++ ./src/vimtutor 2014-06-15 23:36:24.545163147 +0200
4@@ -24,7 +24,7 @@
5 export xx
6
7 # We need a temp file for the copy. First try using a standard command.
8-tmp="${TMPDIR-/tmp}"
9+tmp="${TMPDIR-@TERMUX_PREFIX@/tmp}"
10 TUTORCOPY=`mktemp $tmp/tutorXXXXXX || tempfile -p tutor || echo none`
11
12 # If the standard commands failed then create a directory to put the copy in.