summaryrefslogtreecommitdiff
path: root/standalone
diff options
context:
space:
mode:
authorJoey Hess <joeyh@joeyh.name>2017-10-25 00:07:39 -0400
committerJoey Hess <joeyh@joeyh.name>2017-10-25 00:07:39 -0400
commitcea1fed39573baef6fd7413e756853d2928c0f07 (patch)
tree3286489609ac62b359d19e82f270c2f4f2cf5d93 /standalone
parent71e68621b4a897ac7831edf49758c8142715ba09 (diff)
try different path
Diffstat (limited to 'standalone')
-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 ce4a1bf9d4..d3057b6349 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.