diff options
author | Joey Hess <joey@kitenet.net> | 2013-12-05 17:25:25 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2013-12-05 17:25:25 -0400 |
commit | 3a56123a9deb5190d801d001d6afb64cd81e0f86 (patch) | |
tree | 25af4eeacd10bc1990d138e3811b4f09da747a96 /standalone/windows/build.sh | |
parent | 7c9c14d398639628f0e73b2145015b703a59be50 (diff) |
Revert "cat build.log"
This reverts commit 7af595d1d7eb0a8bc278bd44d802ff10b9e19571.
Diffstat (limited to 'standalone/windows/build.sh')
-rw-r--r-- | standalone/windows/build.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/standalone/windows/build.sh b/standalone/windows/build.sh index 7a8c2cd6c..b79df4750 100644 --- a/standalone/windows/build.sh +++ b/standalone/windows/build.sh @@ -47,7 +47,6 @@ withcyg cabal build || true # using a response file. rm -f build.log gcc.opt withcyg cabal build --ghc-options='-v -keep-tmp-files' > build.log 2>&1 -cat build.log grep '"dist\\build\\git-annex\\git-annex.exe"' build.log | sed -e 's/^"[^"]*" //' -e 's/\\/\//g' > gcc.opt withcyg gcc @gcc.opt |