summaryrefslogtreecommitdiffstats
path: root/testing2x
diff options
context:
space:
mode:
authorAllan McRae <allan@archlinux.org>2008-11-22 00:20:41 +0100
committerAaron Griffin <aaronmgriffin@gmail.com>2008-11-22 00:20:41 +0100
commit9960434e090fc4a02adb2434c6f941c725642158 (patch)
tree0b28b1d3eb3c70a8482827be3d5edb87da419b14 /testing2x
parent309e7c2e5d6f685c99307adfc78ab05939c72f8f (diff)
downloaddbscripts-9960434e090fc4a02adb2434c6f941c725642158.tar.gz
dbscripts-9960434e090fc4a02adb2434c6f941c725642158.tar.xz
Make working directory in testing2x
Signed-off-by: Allan McRae <allan@archlinux.org> Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
Diffstat (limited to 'testing2x')
-rwxr-xr-xtesting2x1
1 files changed, 1 insertions, 0 deletions
diff --git a/testing2x b/testing2x
index b576640..a5e3098 100755
--- a/testing2x
+++ b/testing2x
@@ -28,6 +28,7 @@ ctrl_c() {
trap ctrl_c 2
trap cleanup 0
+/bin/mkdir "${WORKDIR}"
cd "${WORKDIR}"
/usr/bin/svn checkout -N $SVN_PATH checkout
cd checkout