]> git.pld-linux.org Git - packages/vim.git/blob - vim-mktemp.patch
- updated to 6.1.212
[packages/vim.git] / vim-mktemp.patch
1 --- vim-5.7/src/vimtutor        Mon Dec 27 09:27:02 1999
2 +++ vim-5.7.acme/src/vimtutor   Thu Sep 14 13:40:49 2000
3 @@ -3,7 +3,11 @@
4  # Start Vim on a copy of the tutor file.
5  
6  # Use Vim to copy the tutor, it knows the value of $VIMRUNTIME
7 -TUTORCOPY=/tmp/tutor$$
8 +#
9 +# Tue Aug 24 12:30:09 EST 1999 - Conectiva
10 +# - fixed tmp race
11 +#
12 +TUTORCOPY=`mktemp ${TMPDIR:-/tmp}/tutorXXXXXX`
13  export TUTORCOPY
14  vim -u NONE -c 'e $VIMRUNTIME/tutor/tutor' -c 'w! $TUTORCOPY' -c 'q'
15  
This page took 0.027275 seconds and 3 git commands to generate.