diff options
author | Joey Hess <joey@kitenet.net> | 2013-12-10 14:00:22 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2013-12-10 14:00:22 -0400 |
commit | 838189ce82764c550e079c99b97f1d98aa393837 (patch) | |
tree | 8787a837c35f0915a1b93cf8d2d7e0e24a9b2e4c | |
parent | 33c17481d5f9795144c70bf5e9c9d9b347549706 (diff) |
debug
-rwxr-xr-x | standalone/windows/build.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/standalone/windows/build.sh b/standalone/windows/build.sh index e6f7b7e9e..d1ecab3ed 100755 --- a/standalone/windows/build.sh +++ b/standalone/windows/build.sh @@ -6,6 +6,8 @@ set -x set -e +set + # Path to the Haskell Platform. HP="/c/Program Files (x86)/Haskell Platform/2013.2.0.0" |