]> git.ipfire.org Git - thirdparty/git.git/commit - git-sh-setup.sh
Windows: Work around incompatible sort and find.
authorJohannes Sixt <johannes.sixt@telecom.at>
Fri, 30 Nov 2007 21:06:30 +0000 (22:06 +0100)
committerJohannes Sixt <johannes.sixt@telecom.at>
Thu, 26 Jun 2008 06:45:09 +0000 (08:45 +0200)
commit87bddba9924045e39e988d9704714db90abd5619
tree7c60c7d2dda31c3e495cb8aa271d57deeb1113f4
parent618ebe9ff997d27714487c4a4232720be240badc
Windows: Work around incompatible sort and find.

If the PATH lists the Windows system directories before the MSYS
directories, Windows's own incompatible sort and find commands would be
picked up. We implement these commands as functions and call the real
tools by absolute path.

Signed-off-by: Johannes Sixt <johannes.sixt@telecom.at>
git-sh-setup.sh