summaryrefslogtreecommitdiffstats
path: root/testing2x
diff options
context:
space:
mode:
Diffstat (limited to 'testing2x')
-rwxr-xr-xtesting2x2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing2x b/testing2x
index d87de11..812edd3 100755
--- a/testing2x
+++ b/testing2x
@@ -12,7 +12,7 @@ case "$0" in
arch="i686"
;;
esac
-WORKDIR="/home/tmp/testing2x.$UID"
+WORKDIR="$TMPDIR/testing2x.$UID"
cleanup() {
rm -rf "${WORKDIR}"