From 1353705c939b554de22908929a89c0708f10ce2f Mon Sep 17 00:00:00 2001 From: Ben Armstrong Date: Sun, 23 Oct 2005 13:27:22 +0000 Subject: [PATCH] Create temporary files in home dir --- src/tuxpaint-import.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tuxpaint-import.sh b/src/tuxpaint-import.sh index 5be830367..2a81013a8 100755 --- a/src/tuxpaint-import.sh +++ b/src/tuxpaint-import.sh @@ -12,8 +12,8 @@ # September 21, 2002 - February 26, 2005 -TMPDIR=/tmp SAVEDIR=$HOME/.tuxpaint/saved +TMPDIR=$SAVEDIR if [ $# -eq 0 ]; then