summaryrefslogtreecommitdiff
path: root/Changes
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2021-09-29 21:04:13 -0700
committerSean Whitton <spwhitton@spwhitton.name>2021-09-29 21:04:50 -0700
commita707230beb696f8e62b74ed4a6536fe8848faa6b (patch)
tree641bb418b35e22454679b197041e155512970a0b /Changes
parent8017df194f75fe3136a304c422f2f2a765b3e42a (diff)
downloadp5-Git-Annex-a707230beb696f8e62b74ed4a6536fe8848faa6b.tar.gz
replace use of which(1) with call to 'command' shell builtin
This should be more portable, as 'command -v' is specified by POSIX. Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
Diffstat (limited to 'Changes')
-rw-r--r--Changes2
1 files changed, 2 insertions, 0 deletions
diff --git a/Changes b/Changes
index 3d7133a..58030c0 100644
--- a/Changes
+++ b/Changes
@@ -1,6 +1,8 @@
Revision history for Git::Annex
{{$NEXT}}
+ - Test suite: use 'command' shell builtin, rather than which(1), to
+ determine whether git-annex is available on PATH.
0.007 2021-02-28 13:20:42-07:00 America/Phoenix
- Rename annex-review-unused to git-annex-reviewunused now that git-annex