summaryrefslogtreecommitdiff
path: root/lib/update-external.sh
diff options
context:
space:
mode:
Diffstat (limited to 'lib/update-external.sh')
-rwxr-xr-xlib/update-external.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/update-external.sh b/lib/update-external.sh
index fc2443b77e..0a854406b5 100755
--- a/lib/update-external.sh
+++ b/lib/update-external.sh
@@ -7,6 +7,8 @@ WORKDIR="`mktemp -d`"
echo "Updating subunit..."
bzr export "$WORKDIR/subunit" lp:subunit
+# Preserve wscript file
+cp "$TARGETDIR/subunit/c/wscript" "$WORKDIR/subunit/c/wscript"
rsync -avz --delete "$WORKDIR/subunit/" "$TARGETDIR/subunit/"
echo "Updating testtools..."