Use the default name on mktemp (so it goes to a temporary directory)

This commit is contained in:
BBaoVanC 2021-02-28 13:30:35 -06:00
parent 7ff9cf1d59
commit 355a216f1e
No known key found for this signature in database
GPG key ID: 18089E4E3CCF1D3A

View file

@ -1,6 +1,6 @@
#!/bin/sh
tmpfile="$(mktemp nekofetchXXXXXXXX)"
tmpfile="$(mktemp)"
case "$1" in
"--nsfw"|"nsfw"|"-n"|"n")