From ef44b69ed00d42f207fb481c38f067c08079c521 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Thu, 7 May 2015 16:11:30 -0400 Subject: typo --- 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 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 -- cgit v1.2.3