summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2017-10-25 00:07:39 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2017-10-25 00:07:39 -0400
commit4e3dea8241ed44cd15bbf4d1d244dd124c684e4e (patch)
tree525197c3b8ad4d4c67aeea3005fb8c89c4ef5f63
parentda097bffe136bc25c9a63f021c793ce7e64dc329 (diff)
try different path
-rwxr-xr-xstandalone/windows/build.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/standalone/windows/build.sh b/standalone/windows/build.sh
index ce4a1bf9d..d3057b634 100755
--- a/standalone/windows/build.sh
+++ b/standalone/windows/build.sh
@@ -6,7 +6,7 @@
set -x
set -e
-PATH="/c/Program Files (x86)/NSIS/Bin:/c/Program Files (x86)/NSIS:/usr/local/bin:/usr/bin:$PATH"
+PATH="/Program Files (x86)/NSIS/Bin:/Program Files (x86)/NSIS:/usr/local/bin:/usr/bin:$PATH"
# Run a command with the cygwin environment available.
# However, programs not from cygwin are preferred.