From 7dc477a4fc6cfb06eb23ad2542fa0cf658c84198 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Wed, 25 Oct 2017 13:37:51 -0400 Subject: [PATCH] fix build-version creation --- standalone/windows/build.sh | 4 ++-- 1 file 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