aboutsummaryrefslogtreecommitdiffstats
path: root/env-setup
diff options
context:
space:
mode:
Diffstat (limited to 'env-setup')
-rwxr-xr-xenv-setup4
1 files changed, 2 insertions, 2 deletions
diff --git a/env-setup b/env-setup
index e4987f4..7b6c18e 100755
--- a/env-setup
+++ b/env-setup
@@ -1,8 +1,8 @@
#!/bin/sh
# Set up the local scraperwiki python library
-if [ ! -d testlib ] ; then
- mkdir testlib
+if [ ! -d testlib/scraperwiki-python ] ; then
+ mkdir -p testlib
git clone https://github.com/petterreinholdtsen/scraperwiki-python.git \
testlib/scraperwiki-python
(cd testlib/scraperwiki-python; git checkout -b localbranch)