d9ed24658f
* test_arglist * test_command_count * test_diffmode * test_mksession * test_startup * test_window_cmd OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=594
15 lines
554 B
Diff
15 lines
554 B
Diff
Index: vim-8.2.0348/src/vimtutor
|
|
===================================================================
|
|
--- vim-8.2.0348.orig/src/vimtutor
|
|
+++ vim-8.2.0348/src/vimtutor
|
|
@@ -24,8 +24,7 @@ xx=$1
|
|
export xx
|
|
|
|
# We need a temp file for the copy. First try using a standard command.
|
|
-tmp="${TMPDIR-/tmp}"
|
|
-TUTORCOPY=`mktemp $tmp/tutorXXXXXX || tempfile -p tutor || echo none`
|
|
+TUTORCOPY=`mktemp /tmp/tutorXXXXXX || echo /tmp/tutor$$`
|
|
|
|
# If the standard commands failed then create a directory to put the copy in.
|
|
# That is a secure way to make a temp file.
|