summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2017-10-25 13:37:51 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2017-10-25 13:37:51 -0400
commit0cd34920d80b04409b4a182a96b02e28f4ee4ee2 (patch)
treeeb3753d9dab53d1c4cc64a67aa740748a45b5666
parent0edc3c5549f3e1ccb35857482028c16a211015f0 (diff)
fix build-version creation
-rwxr-xr-xstandalone/windows/build.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/standalone/windows/build.sh b/standalone/windows/build.sh
index 39edf93e9..b209d2d9b 100755
--- a/standalone/windows/build.sh
+++ b/standalone/windows/build.sh
@@ -72,8 +72,8 @@ withcygpreferred stack ghc --stack-yaml standalone/windows/stack.yaml --no-haddo
rm -f dist/build-version
mkdir -p dist
stack ghc --stack-yaml standalone/windows/stack.yaml --no-haddock \
- Build/BuildVersion.hs > dist/build-version
-./Build/BuildVersion
+ Build/BuildVersion.hs
+./Build/BuildVersion > dist/build-version
# Test git-annex
# The test is run in c:/WINDOWS/Temp, because running it in the autobuilder