From: Colin Watson Date: Mon, 13 Jan 2003 14:21:12 +0000 (+0000) Subject: bsmtp-pull: Move temporary directory to within $HOME/tmp. X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~cjwatson/git?p=bin.git;a=commitdiff_plain;h=14b864f3bf2ae03124cd966476a3cc3aec671b33 bsmtp-pull: Move temporary directory to within $HOME/tmp. --- diff --git a/bsmtp-pull b/bsmtp-pull index 2c7e7b9..5c95f92 100755 --- a/bsmtp-pull +++ b/bsmtp-pull @@ -7,7 +7,7 @@ if [ -z "$1" ]; then exit 1 fi -DIR="$HOME/.bsmtp" +DIR="$HOME/tmp/.bsmtp" mkdir -p "$DIR" cd "$DIR"