diff options
author | Allan McRae <allan@archlinux.org> | 2008-11-21 15:20:41 -0800 |
---|---|---|
committer | Aaron Griffin <aaronmgriffin@gmail.com> | 2008-11-21 15:20:41 -0800 |
commit | 9960434e090fc4a02adb2434c6f941c725642158 (patch) | |
tree | 0b28b1d3eb3c70a8482827be3d5edb87da419b14 | |
parent | 309e7c2e5d6f685c99307adfc78ab05939c72f8f (diff) |
Make working directory in testing2x
Signed-off-by: Allan McRae <allan@archlinux.org>
Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
-rwxr-xr-x | testing2x | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |