From da644c65cf31ef5693e297bc270c5daa9e43a89b Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Fri, 6 Dec 2013 14:56:12 -0400 Subject: [PATCH] try to fix cygwin path --- standalone/windows/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/standalone/windows/build.sh b/standalone/windows/build.sh index 92dfe71dce..9c5636c2f1 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" "$@" } # This tells git-annex where to upgrade itself from.