From e64efe273fcb921a61bf27d33b230c4e64fcd425 Mon Sep 17 00:00:00 2001 From: glenda Date: Sun, 13 Jun 2021 13:21:12 +0000 Subject: [PATCH] /sys/lib/dist/mkfile: test for .git directory --- sys/lib/dist/mkfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/lib/dist/mkfile b/sys/lib/dist/mkfile index 6d80e3ff4..581ca2989 100644 --- a/sys/lib/dist/mkfile +++ b/sys/lib/dist/mkfile @@ -169,7 +169,7 @@ cd:V: /tmp/9front.386.iso.gz } binds:V: - test -d /n/src9/.hg && bind /n/src9 /n/src9/dist/plan9front + test -d /n/src9/.git && bind /n/src9 /n/src9/dist/plan9front bind cfg /n/src9/cfg bind mail/lib /n/src9/mail/lib bind ndb /n/src9/lib/ndb