Meta/Dothem: do not create separate worktree for Meta in build farms

Junio C Hamano committed Apr 19, 2009 at 16:10 UTC b2afa2e6ffe240441111e0a25890bf494a0d8875
1 file changed +1 -1
Dothem
+1 -1
index a27f221c3f..d05aefa62c 100755 --- a/Dothem +++ b/Dothem @@ -41,7 +41,7 @@ do continue fi "$NWD" . "$BUILDBASE/$branch" $branch && - "$NWD" Meta "$BUILDBASE/$branch/Meta" || { + ln -s "$(pwd)/Meta" "$BUILDBASE/$branch/Meta" || { echo "** Failed to bootstrap $BUILDBASE/$branch" continue }