Fix build on openbsd. Thanks, James Cook for the patch.
This commit is contained in:
parent
6013abe87a
commit
41bf440729
3 changed files with 11 additions and 0 deletions
|
@ -10,6 +10,8 @@ git-annex (8.20210128) UNRELEASED; urgency=medium
|
|||
it were "(foo or bar) and baz)" rather than the intended
|
||||
"foo and (bar or baz)"
|
||||
* get: Improve output when failing to get a file fails.
|
||||
* Fix build on openbsd.
|
||||
Thanks, James Cook for the patch.
|
||||
|
||||
-- Joey Hess <id@joeyh.name> Thu, 28 Jan 2021 12:34:32 -0400
|
||||
|
||||
|
|
|
@ -17,3 +17,5 @@ index 4a1c55ae9..0c84f67c1 100644
|
|||
findDirContents :: DirMap -> FilePath -> [FilePath]
|
||||
findDirContents dirmap dir = concatMap absolutecontents $ search
|
||||
```
|
||||
|
||||
> [[done]] --[[Joey]]
|
||||
|
|
|
@ -0,0 +1,7 @@
|
|||
[[!comment format=mdwn
|
||||
username="joey"
|
||||
subject="""comment 2"""
|
||||
date="2021-02-01T15:54:22Z"
|
||||
content="""
|
||||
Thank you, I've applied that.
|
||||
"""]]
|
Loading…
Add table
Add a link
Reference in a new issue