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