commit 00c4cc35bbfd01e1f6e06b85c147e54cf726f529 Author: Karsten Loesing karsten.loesing@gmx.net Date: Tue Feb 7 12:55:20 2012 +0100
Don't conceal Java warnings in Ant's output. --- run.sh | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/run.sh b/run.sh index e804876..f8ac867 100755 --- a/run.sh +++ b/run.sh @@ -1,5 +1,5 @@ #!/bin/sh
# TODO is there a better way to suppress Ant's output? -ant -q | grep -Ev "^$|^BUILD SUCCESSFUL|^Total time: " +ant | grep "[java]"
tor-commits@lists.torproject.org