From b88b04ce811a6979ab085c8933558adafc4e9400 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Wed, 28 Apr 2010 19:21:05 +1200 Subject: journal-note: Put temporary files in ~/Journal, so they don't get lost. This is important if there is a crash. --- debian/changelog | 7 +++++++ journal-note | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) mode change 100644 => 100755 journal-note diff --git a/debian/changelog b/debian/changelog index 3f8b0db..dde8304 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +liw-automation (6) squeeze; urgency=low + + * journal-note: Put temporary files in ~/Journal, so they don't get lost. + This is important if there is a crash. + + -- Lars Wirzenius Wed, 28 Apr 2010 19:20:25 +1200 + liw-automation (5) squeeze; urgency=low * Add missing-journal-person-create and missing-journal-tag-create. diff --git a/journal-note b/journal-note old mode 100644 new mode 100755 index eeed7a3..f91a07b --- a/journal-note +++ b/journal-note @@ -9,7 +9,7 @@ then fi title="$1" -temp="$(mktemp)" +temp="$(mktemp --tmpdir=$HOME/Journal)" cat << eof > "$temp" [[!meta title="$title"]] -- cgit v1.2.1