diff options
Diffstat (limited to 'standalone/windows/build.sh')
-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" |