summaryrefslogtreecommitdiff
path: root/standalone
diff options
context:
space:
mode:
authorJoey Hess <joeyh@joeyh.name>2017-10-25 13:37:51 -0400
committerJoey Hess <joeyh@joeyh.name>2017-10-25 13:37:51 -0400
commit7dc477a4fc6cfb06eb23ad2542fa0cf658c84198 (patch)
tree1e3068670550d5a58073416efe7b563bbba743e1 /standalone
parentdd6d0cc9af11e76e191ad5b81c0cd16918bef071 (diff)
fix build-version creation
Diffstat (limited to 'standalone')
-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 39edf93e9b..b209d2d9b9 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