Path fix for TMPFILE (Win10 fix)

This commit is contained in:
Willem Oosting 2022-07-02 16:48:01 +02:00 committed by GitHub
parent a0839c0707
commit 8e00c4e223
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

2
jnrmor
View File

@ -16,7 +16,7 @@ JOPLIN_DIR=
CLIPPER_TOKEN=
CLIPPER_PORT=
TMPFILE=`mktemp "${TMPDIR:-/tmp/}$PROG.XXXXXXXX"`
TMPFILE=`mktemp "${TMPDIR:-/tmp}/$PROG.XXXXXXXX"`
# on macOS, the default getopt is a useless piece of shit
# install getopt via MacPorts or brew and put it in the PATH before /usr/bin