From 0ed468d85a76a19a1c92a71c244c59b33450a841 Mon Sep 17 00:00:00 2001 From: Michal Vaner Date: Tue, 7 Oct 2008 10:24:34 +0200 Subject: [PATCH] Fix paths in mailbot --- scripts/mailbot | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/mailbot b/scripts/mailbot index e6af26d..16234da 100755 --- a/scripts/mailbot +++ b/scripts/mailbot @@ -114,9 +114,9 @@ if (!$patch) { $author = $reply_plain; } -$tprefix = "tmp/mbot-$$"; +$tprefix = "~/tmp/mbot-$$"; $home = "~/"; -mkdir("tmp", 0777); +mkdir("~/tmp", 0777); mkdir($tprefix, 0777) || error("Cannot create tmpdir"); chdir($tprefix) || error("Cannot chdir to tmpdir"); -- 2.39.2