aboutsummaryrefslogtreecommitdiff
path: root/standalone
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2017-10-22 13:38:11 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2017-10-22 13:38:11 -0400
commitea617313aebe5853d29cf62dfd09d76ece7d6cf8 (patch)
tree61a21e47b2369fd00939c1ef6961efb5071ea8f2 /standalone
parentdd6d7990175ae33095da9d88465e3ffca1e25630 (diff)
remove msysgit cruft
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 51d2d3d05..499cb0bc6 100755
--- a/standalone/windows/build.sh
+++ b/standalone/windows/build.sh
@@ -9,7 +9,7 @@ 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:/c/msysgit/bin:$PATH"
+PATH="/c/Program Files (x86)/NSIS:$PATH"
# Run a command with the cygwin environment available.
# However, programs not from cygwin are preferred.