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
@@ -41,7 +41,7 @@ do
41 continue
42 fi
43 "$NWD" . "$BUILDBASE/$branch" $branch &&
44 - "$NWD" Meta "$BUILDBASE/$branch/Meta" || {
44 + ln -s "$(pwd)/Meta" "$BUILDBASE/$branch/Meta" || {
45 echo "** Failed to bootstrap $BUILDBASE/$branch"
46 continue
47 }