From f15208c022f86f3abadd57278538876639026466 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Fri, 6 Dec 2013 14:42:42 -0400 Subject: test --- standalone/windows/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'standalone') diff --git a/standalone/windows/build.sh b/standalone/windows/build.sh index fbd7ac3bd..cdb3f7227 100755 --- a/standalone/windows/build.sh +++ b/standalone/windows/build.sh @@ -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!" -- cgit v1.2.3