]> git.pld-linux.org Git - projects/template-specs.git/commitdiff
- export CLASSPATH separately to be able to catch error from subshell
authorElan Ruusamäe <glen@pld-linux.org>
Tue, 11 Dec 2007 17:02:14 +0000 (17:02 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    java.spec -> 1.28

java.spec

index 79faf04779907ba2ce2eb5ddb30f15a33e549ced..425e21a1bfb3a2f6ac361b18cfa99c506cd42ff0 100644 (file)
--- a/java.spec
+++ b/java.spec
@@ -86,7 +86,8 @@ Manual for %{name}.
 export JAVA_HOME="%{java_home}"
 
 required_jars="jaxp_parser_impl"
-export CLASSPATH=$(build-classpath $required_jars)
+CLASSPATH=$(build-classpath $required_jars)
+export CLASSPATH
 
 export LC_ALL=en_US # source code not US-ASCII
 
This page took 0.084348 seconds and 4 git commands to generate.