packages: batik/batik.spec - typo (missing '$' before shell variable name)

pawelz pawelz at pld-linux.org
Wed Mar 31 17:55:55 CEST 2010


Author: pawelz                       Date: Wed Mar 31 15:55:55 2010 GMT
Module: packages                      Tag: HEAD
---- Log message:
- typo (missing '$' before shell variable name)

---- Files affected:
packages/batik:
   batik.spec (1.31 -> 1.32) 

---- Diffs:

================================================================
Index: packages/batik/batik.spec
diff -u packages/batik/batik.spec:1.31 packages/batik/batik.spec:1.32
--- packages/batik/batik.spec:1.31	Fri Feb  5 09:10:52 2010
+++ packages/batik/batik.spec	Wed Mar 31 17:55:50 2010
@@ -65,7 +65,7 @@
 export JAVA_HOME=%{java_home}
 
 jars='js xalan xercesImpl xml-apis xml-apis-ext'
-for jar in jars; do
+for jar in $jars; do
 	ln -s $(find-jar $jar) lib
 done
 
@@ -119,6 +119,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.32  2010/03/31 15:55:50  pawelz
+- typo (missing '$' before shell variable name)
+
 Revision 1.31  2010/02/05 08:10:52  glen
 - unify doc bcond
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/batik/batik.spec?r1=1.31&r2=1.32&f=u



More information about the pld-cvs-commit mailing list