X-Git-Url: https://arthur.barton.de/gitweb/?a=blobdiff_plain;f=dev%2Fupdate-doc-branches;h=2f0410ef06e975d5a4529bfebaf37ab1b5403743;hb=refs%2Ftags%2F0.30;hp=226a1526301b2619ae0a017767a12f86754955b2;hpb=178805d981f6aa196d4bc394442c8c409870d9e0;p=bup.git diff --git a/dev/update-doc-branches b/dev/update-doc-branches index 226a152..2f0410e 100755 --- a/dev/update-doc-branches +++ b/dev/update-doc-branches @@ -20,6 +20,7 @@ echo "$html_ref" | grep -qE '^refs/heads' "${MAKE:-make}" +mkdir -p t/tmp tmpdir="$(mktemp -d "t/tmp/update-doc-branches-XXXXXX")" trap "$(printf 'rm -rf %q' "$tmpdir")" EXIT tmpidx="$tmpdir/git-index.tmp"