diff options
author | Joey Hess <joey@kitenet.net> | 2013-12-06 14:56:12 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2013-12-06 14:56:12 -0400 |
commit | 63c8fa18cf07e0b5e465861b104cc216bc8c6d01 (patch) | |
tree | 2769cd9dbdcdf6a1329423a2e9f4d2f99b1c836d /standalone/windows | |
parent | 31776b7c85db84a5f22fc374a178e94458785441 (diff) |
try to fix cygwin path
Diffstat (limited to 'standalone/windows')
-rwxr-xr-x | standalone/windows/build.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/standalone/windows/build.sh b/standalone/windows/build.sh index 92dfe71dc..9c5636c2f 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. |