From 7cb52f1ebf546159e5460db087d9343d1b4139ed Mon Sep 17 00:00:00 2001 From: Johannes Schindelin Date: Thu, 19 Feb 2009 20:28:26 +0100 Subject: [PATCH] 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 --- check-builtins.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/check-builtins.sh b/check-builtins.sh index cd09309838..d6fe6cf174 100755 --- a/check-builtins.sh +++ b/check-builtins.sh @@ -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