docs-common/bin fdp-functions,1.12,1.13

Yuan Yijun (bbbush) fedora-docs-commits at redhat.com
Wed Feb 22 07:21:06 UTC 2006


Author: bbbush

Update of /cvs/docs/docs-common/bin
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11704/bin

Modified Files:
	fdp-functions 
Log Message:
wrong argument sequence :(


Index: fdp-functions
===================================================================
RCS file: /cvs/docs/docs-common/bin/fdp-functions,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- fdp-functions	22 Feb 2006 07:15:54 -0000	1.12
+++ fdp-functions	22 Feb 2006 07:20:59 -0000	1.13
@@ -104,7 +104,7 @@
 		echo "apply_po: file '${POFILE}' not found." >&2
 		return 1
 	fi
-	xml2po "$1" -p "${POFILE}"
+	xml2po -p "${POFILE}" "$1"
 }
 
 prettyprint()	{




More information about the Fedora-docs-commits mailing list