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:
Johannes Schindelin
2009-02-19 20:28:26 +01:00
parent 8d785de3c2
commit 7cb52f1ebf

View File

@@ -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