summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2017-10-26 12:15:00 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2017-10-26 12:15:00 -0400
commit9091061d317543c5cc5086849b670164ae01b09e (patch)
tree392ab690e7726a769bd765c4565d3614b58c6a3c
parentccdf9ab7735a011f19eea3392a8974b30f75d186 (diff)
use upgraded stack
-rwxr-xr-xstandalone/windows/build.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/standalone/windows/build.sh b/standalone/windows/build.sh
index 4f836fd6b..88366957d 100755
--- a/standalone/windows/build.sh
+++ b/standalone/windows/build.sh
@@ -6,7 +6,7 @@
set -x
set -e
-PATH="/cygdrive/c/git/cmd:/cygdrive/c/Program Files (x86)/NSIS/Bin:/cygdrive/c/Program Files (x86)/NSIS:/usr/local/bin:/usr/bin:$PATH"
+PATH="/cygdrive/c/git/cmd:/cygdrive/c/Program Files (x86)/NSIS/Bin:/cygdrive/c/Program Files (x86)/NSIS:/usr/local/bin:/usr/bin:/c/Users/jenkins/AppData/Roaming/local/bin:$PATH"
# Run a command with the cygwin environment available.
# However, programs not from cygwin are preferred.
@@ -59,8 +59,8 @@ getextra () {
getextra rsync.exe 85cb7a4d16d274fcf8069b39042965ad26abd6aa
# Upgrade stack
-stack --version
-stack upgrade --git
+#stack --version
+#stack upgrade --git
stack --version
# Build git-annex