summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorsb <sb@openoffice.org>2010-02-23 14:29:23 +0100
committersb <sb@openoffice.org>2010-02-23 14:29:23 +0100
commit82cd52a7b60a8aed78c8fdae9b5c0c1070013d05 (patch)
tree770feeec1e3b3183650489e685c32126f84bb016 /configure
parent155d989d01ad15fd6ee580bc342450b8484f35ed (diff)
sb118: capture error output in config.log
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure b/configure
index 465e0f1e1efb..cc6ef0acf59b 100755
--- a/configure
+++ b/configure
@@ -29317,8 +29317,8 @@ $as_echo_n "checking for JUnit 4... " >&6; }
else
OOO_JUNIT_JAR=$with_junit
fi
- "$JAVA_HOME/bin/jar" tf "$OOO_JUNIT_JAR" 2> /dev/null | \
- grep org/junit/Before.class 2>&1 > /dev/null
+ "$JAVA_HOME/bin/jar" tf "$OOO_JUNIT_JAR" 2>&5 | \
+ grep org/junit/Before.class > /dev/null 2>&5
if test $? -eq 0; then
{ $as_echo "$as_me:$LINENO: result: $OOO_JUNIT_JAR" >&5
$as_echo "$OOO_JUNIT_JAR" >&6; }