From 080c35908c928966ef5c6a5709d82c026fcad6ca Mon Sep 17 00:00:00 2001 From: =?utf8?q?Elan=20Ruusam=C3=A4e?= Date: Fri, 30 Jan 2009 10:53:54 +0000 Subject: [PATCH] - don't use export and assignment on same line, subprocess exit code is lost this way Changed files: ant.spec -> 1.102 --- ant.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ant.spec b/ant.spec index 98f5e93..9f33c1c 100644 --- a/ant.spec +++ b/ant.spec @@ -565,7 +565,8 @@ required_jars="jaxp_parser_impl" %{?with_jsch:required_jars="$required_jars jsch"} %{?with_netrexx:required_jars="$required_jars NetRexxC"} -export CLASSPATH=$(build-classpath $required_jars) +CLASSPATH=$(build-classpath $required_jars) +export CLASSPATH sh build.sh --noconfig main javadocs -- 2.44.0