summaryrefslogtreecommitdiff
path: root/standalone/windows
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2015-04-14 14:19:27 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2015-04-14 14:19:27 -0400
commit745c2c4cbf466b6ea6419ecd7e7586970195274e (patch)
tree16f69407c3e33b0d91aa76465098148daea1a735 /standalone/windows
parent8645fc2235eb663e8b050a4790c69e1be1640c09 (diff)
try different path to msysgit
Diffstat (limited to 'standalone/windows')
-rwxr-xr-xstandalone/windows/build.sh4
1 files changed, 3 insertions, 1 deletions
diff --git a/standalone/windows/build.sh b/standalone/windows/build.sh
index 09161c569..c6009a227 100755
--- a/standalone/windows/build.sh
+++ b/standalone/windows/build.sh
@@ -9,7 +9,9 @@ set -e
# Path to the Haskell Platform.
#HP="/c/haskell/2014.2.0.0" # now in the default PATH
-PATH="/c/Program Files (x86)/NSIS:/c/msysgit/cmd:$PATH"
+PATH="/c/Program Files (x86)/NSIS:/c/msysgit/cmd:/c/msysgit/bin:$PATH"
+
+ls -l /c/msysgit || true
# Run a command with the cygwin environment available.
# However, programs not from cygwin are preferred.