summaryrefslogtreecommitdiff
path: root/standalone/windows
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2013-12-05 21:37:05 -0400
committerGravatar Joey Hess <joey@kitenet.net>2013-12-05 21:37:05 -0400
commitfa3dce90363b33476b26a980d63204207fbe8fde (patch)
tree2acc4d31617fe56f482847746157eccc318f8af0 /standalone/windows
parente419f9ab5f08058ccf349fb5ac8e29385682e599 (diff)
fix
Diffstat (limited to 'standalone/windows')
-rw-r--r--standalone/windows/build-simple.sh2
1 files changed, 1 insertions, 1 deletions
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