This commit is contained in:
Joey Hess 2013-12-06 14:42:42 -04:00
parent 9ab8e146bb
commit 54f3f00fc8

View file

@ -14,7 +14,7 @@ PATH="$HP/bin:$HP/lib/extralibs/bin:/c/Program Files (x86)/NSIS:/c/msysgit/cmd:/
# Run a command with the cygwin environment available.
# However, programs not from cygwin are preferred.
withcyg () {
PATH="$PATH:/c/cygwin/bin" "$@"
PATH="$PATH:c:/cygwin/bin" "$@"
}
git --version || echo "git failed to run!"