diff options
author | Joey Hess <joey@kitenet.net> | 2013-05-08 11:17:09 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2013-05-08 11:17:09 -0400 |
commit | ff6b397dab5cac810061c386c28fa87e7b2b420b (patch) | |
tree | c7ac7985c9a505995a799620fd757c4b32942c24 /debian | |
parent | 2578c950fc47d3edfd30375d91e0d415c4f32be0 (diff) |
configure: Better checking that sha commands output in the desired format.
Run the same code git-annex used to get the sha, including its sanity
checking. Much better than old grep. Should detect FreeBSD systems with
sha commands that output in stange format.
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 38e276b1d..758d01504 100644 --- a/debian/changelog +++ b/debian/changelog @@ -17,6 +17,7 @@ git-annex (4.20130502) UNRELEASED; urgency=low as received. * SHA: Add a runtime sanity check that sha commands output something that appears to be a real sha. + * configure: Better checking that sha commands output in the desired format. -- Joey Hess <joeyh@debian.org> Thu, 02 May 2013 20:39:19 -0400 |