git: 9front

Download patch

ref: 949e319c86cd37c4ffebc3a0d7cfcaac233012b5
parent: a4103734b4d8cb355c8435cdbeca2e18e2193e4e
author: glenda <cinap_lenrek@felloff.net>
date: Sun Jun 13 09:21:12 EDT 2021

/sys/lib/dist/mkfile: test for .git directory

--- a/sys/lib/dist/mkfile
+++ b/sys/lib/dist/mkfile
@@ -169,7 +169,7 @@
 	}
 
 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
--