aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--bin/ykfde2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/ykfde b/bin/ykfde
index d952e51..5f85387 100644
--- a/bin/ykfde
+++ b/bin/ykfde
@@ -13,7 +13,7 @@ function help() {
echo " -k keep challenge, just add a new slot"
}
-TMPDIR="$(mktemp --tmpdir=/tmp/ .$(basename ${0})-${$}-XXXXXX)"
+TMPDIR="$(mktemp --directory --tmpdir=/tmp/ .$(basename ${0})-${$}-XXXXXX)"
PASS=""
SLOT="2"
KEEP="0"