diff options
author | Joey Hess <joeyh@joeyh.name> | 2015-05-07 16:11:30 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2015-05-07 16:11:30 -0400 |
commit | ef44b69ed00d42f207fb481c38f067c08079c521 (patch) | |
tree | 8ae1ad279e6bfd5976656aa0a506400026da954a /standalone | |
parent | 3374668ab15092dc3abc49877b1dfc2c99dd2ba5 (diff) |
typo
Diffstat (limited to 'standalone')
-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 cf29c63bf..2490bbb56 100755 --- a/standalone/windows/build.sh +++ b/standalone/windows/build.sh @@ -71,7 +71,7 @@ ghc -fforce-recomp --make Build/NullSoftInstaller.hs if [ ! -e rsync.exe ]; then withcyg wget https://downloads.kitenet.net/git-annex/windows/assets/rsync.exe fi -PATH=".:/c/cygwin/bin:$PATH" withcygpreferred Build/NullSoftInstaller.exe +PATH=".:/c/cygwin/bin:$PATH" Build/NullSoftInstaller.exe rm -f last-incremental-failed |