SPECS: template-java.spec - unneccessary quoting removed

glen glen at pld-linux.org
Wed Jan 31 18:16:09 CET 2007


Author: glen                         Date: Wed Jan 31 17:16:09 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- unneccessary quoting removed

---- Files affected:
SPECS:
   template-java.spec (1.1 -> 1.2) 

---- Diffs:

================================================================
Index: SPECS/template-java.spec
diff -u SPECS/template-java.spec:1.1 SPECS/template-java.spec:1.2
--- SPECS/template-java.spec:1.1	Wed Jan 31 18:14:33 2007
+++ SPECS/template-java.spec	Wed Jan 31 18:16:04 2007
@@ -55,7 +55,7 @@
 export JAVA_HOME="%{java_home}"
 
 required_jars="jaxp_parser_impl"
-export CLASSPATH="`/usr/bin/build-classpath $required_jars`"
+export CLASSPATH=$(/usr/bin/build-classpath $required_jars)
 
 %ant
 %{__make}
@@ -97,6 +97,8 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.2  2007/01/31 17:16:04  glen
+- unneccessary quoting removed
+
 Revision 1.1  2007/01/31 17:14:33  glen
 - template based on ant.spec; feel free to advance this
-
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/template-java.spec?r1=1.1&r2=1.2&f=u



More information about the pld-cvs-commit mailing list