From fa3dce90363b33476b26a980d63204207fbe8fde Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Thu, 5 Dec 2013 21:37:05 -0400 Subject: fix --- standalone/windows/build-simple.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'standalone') diff --git a/standalone/windows/build-simple.sh b/standalone/windows/build-simple.sh index d15db2072..87515251f 100644 --- a/standalone/windows/build-simple.sh +++ b/standalone/windows/build-simple.sh @@ -30,5 +30,5 @@ withcyg cabal build || true # using a response file. withcyg rm -f build.log gcc.opt withcyg cabal build --ghc-options='-v -keep-tmp-files' > build.log 2>&1 || true -withcyg grep '"dist\\build\\git-annex\\git-annex.exe"' build.log | sed -e 's/^"[^"]*" //' -e 's/\\/\//g' > gcc.opt +withcyg grep '"dist\\build\\git-annex\\git-annex.exe"' build.log | withcyg sed -e 's/^"[^"]*" //' -e 's/\\/\//g' > gcc.opt "$HP/mingw/bin/gcc.exe" @gcc.opt -- cgit v1.2.3