Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork941
Commitfbc36f9
tests: Use
Use `command -v` to locate the git executable instead of `which`.The former is guaranteed to always be available according to POSIX,while which(1) is a redundant third-party tool that is slowly beingphased out from Linux distributions. In particular, Gentoo no longerinstalls it by default.command -v
instead of third-partywhich
program1 parent4463624 commitfbc36f9
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
169 | 169 |
| |
170 | 170 |
| |
171 | 171 |
| |
172 |
| - | |
| 172 | + | |
173 | 173 |
| |
174 | 174 |
| |
175 | 175 |
| |
|
0 commit comments
Comments
(0)