diff options
author | glenda <cinap_lenrek@felloff.net> | 2021-06-13 13:21:12 +0000 |
---|---|---|
committer | glenda <cinap_lenrek@felloff.net> | 2021-06-13 13:21:12 +0000 |
commit | e64efe273fcb921a61bf27d33b230c4e64fcd425 (patch) | |
tree | 6229aea7e4c94a26a8e8c0b3905d7efd22e65144 | |
parent | a7a34f1fdf891d655524f1fa963e39d3cbd168d9 (diff) | |
download | plan9front-e64efe273fcb921a61bf27d33b230c4e64fcd425.tar.xz |
/sys/lib/dist/mkfile: test for .git directory
-rw-r--r-- | sys/lib/dist/mkfile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |