From 9960434e090fc4a02adb2434c6f941c725642158 Mon Sep 17 00:00:00 2001 From: Allan McRae Date: Fri, 21 Nov 2008 15:20:41 -0800 Subject: Make working directory in testing2x Signed-off-by: Allan McRae Signed-off-by: Aaron Griffin --- testing2x | 1 + 1 file changed, 1 insertion(+) (limited to 'testing2x') 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 -- cgit v1.2.3-24-g4f1b