We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a919bd commit 87eea6bCopy full SHA for 87eea6b
scripts/install-termsvg.sh
@@ -74,7 +74,7 @@ function get_termsvg() {
74
FILENAME="termsvg-${VER}-${DIST}.${EXT}"
75
76
echo " - Downloading ${URL}/${FILENAME}"
77
- TMP_DIR=$(mktemp --directory)
+ TMP_DIR=$(mktemp -d -t termsvg-install-XXXX)
78
curl -sLo "${TMP_DIR}/${FILENAME}" "${URL}/${FILENAME}"
79
80
echo " - Unpacking ${FILENAME}"
0 commit comments