SPECS: template-java.spec - export CLASSPATH separately to be able...

glen glen at pld-linux.org
Tue Dec 11 18:02:19 CET 2007


Author: glen                         Date: Tue Dec 11 17:02:19 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- export CLASSPATH separately to be able to catch error from subshell

---- Files affected:
SPECS:
   template-java.spec (1.27 -> 1.28) 

---- Diffs:

================================================================
Index: SPECS/template-java.spec
diff -u SPECS/template-java.spec:1.27 SPECS/template-java.spec:1.28
--- SPECS/template-java.spec:1.27	Sun Dec  9 09:29:20 2007
+++ SPECS/template-java.spec	Tue Dec 11 18:02:14 2007
@@ -87,7 +87,8 @@
 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
 
@@ -149,6 +150,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.28  2007-12-11 17:02:14  glen
+- export CLASSPATH separately to be able to catch error from subshell
+
 Revision 1.27  2007-12-09 08:29:20  glen
 - avoid copy-pasto errors
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/template-java.spec?r1=1.27&r2=1.28&f=u



More information about the pld-cvs-commit mailing list