summaryrefslogtreecommitdiffstats
path: root/testing2x
diff options
context:
space:
mode:
authorPierre Schmitz <pierre@archlinux.de>2010-08-08 13:08:47 +0200
committerPierre Schmitz <pierre@archlinux.de>2010-08-08 13:08:47 +0200
commit388d629327d97e8d15a7a67cc87ae36edfe2f385 (patch)
tree90ce2c10e99915370467e3e468bf807154391235 /testing2x
parentff0745c50507f0cea48dbf97b8f55734698e3c13 (diff)
downloaddbscripts-388d629327d97e8d15a7a67cc87ae36edfe2f385.tar.gz
dbscripts-388d629327d97e8d15a7a67cc87ae36edfe2f385.tar.xz
use common workdir
Diffstat (limited to 'testing2x')
-rwxr-xr-xtesting2x2
1 files changed, 0 insertions, 2 deletions
diff --git a/testing2x b/testing2x
index 4826853..e9fbeaa 100755
--- a/testing2x
+++ b/testing2x
@@ -11,7 +11,6 @@ case "$0" in
_arch="i686"
;;
esac
-WORKDIR="$TMPDIR/testing2x.$UID"
cleanup() {
trap '' 0 2
@@ -27,7 +26,6 @@ ctrl_c() {
trap ctrl_c 2
trap cleanup 0
-/bin/mkdir "${WORKDIR}"
cd "${WORKDIR}"
/usr/bin/svn checkout -N $SVNREPO checkout
cd checkout