diff options
author | Joey Hess <joeyh@joeyh.name> | 2015-05-07 16:05:46 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2015-05-07 16:05:46 -0400 |
commit | 3374668ab15092dc3abc49877b1dfc2c99dd2ba5 (patch) | |
tree | e12e78255bd6541c9dace080454d4fa4eedfc7ce /standalone/windows | |
parent | 7b58666878e410e67515ed1baab9b3b4483d79c0 (diff) |
fix path to wget
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 0eb06c8ef..cf29c63bf 100755 --- a/standalone/windows/build.sh +++ b/standalone/windows/build.sh @@ -69,7 +69,7 @@ ghc -fforce-recomp --make Build/NullSoftInstaller.hs # it includes the cygwin libs that go with them. # Currently need an older version of rsync than the one from cygwin. if [ ! -e rsync.exe ]; then - wget https://downloads.kitenet.net/git-annex/windows/assets/rsync.exe + withcyg wget https://downloads.kitenet.net/git-annex/windows/assets/rsync.exe fi PATH=".:/c/cygwin/bin:$PATH" withcygpreferred Build/NullSoftInstaller.exe |