aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--contrib/mmdsr4
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/mmdsr b/contrib/mmdsr
index e0bcd00a..b4d8ea9e 100644
--- a/contrib/mmdsr
+++ b/contrib/mmdsr
@@ -312,8 +312,8 @@ if [ "${SLEEPTIME}" != "" -a "${RCPTS}x" != "${SENDER}x" ] ; then
fi
fi
-TMP=`$MKTEMP -d $TMPDIR`
-TMPLOG=`$MKTEMP -d $TMPDIR`
+TMP=`$MKTEMP -p $TMPDIR`
+TMPLOG=`$MKTEMP -p $TMPDIR`
if [ "${RCPTS}x" != "x" ] ; then
echo "From: ${SENDER}" >> $TMP