From 0cd34920d80b04409b4a182a96b02e28f4ee4ee2 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Wed, 25 Oct 2017 13:37:51 -0400 Subject: fix build-version creation --- standalone/windows/build.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'standalone') 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 -- cgit v1.2.3