mirror of
https://github.com/git/git.git
synced 2026-03-13 02:13:24 +01:00
No longer force use of /usr/bin/sort
In msysGit, the PATH contains the MSys paths before anything else, so we can use "sort" (instead of "/usr/bin/sort"), just like git.git. Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
This commit is contained in:
@@ -9,7 +9,7 @@ EOF
|
||||
} |
|
||||
make -f - sayIt 2>/dev/null |
|
||||
sed -n -e 's/.*XXX \(.*\) YYY.*/\1/p' |
|
||||
/usr/bin/sort |
|
||||
sort |
|
||||
{
|
||||
bad=0
|
||||
while read builtin
|
||||
|
||||
Reference in New Issue
Block a user