[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
docs-common/bin fdp-functions,1.12,1.13
- From: "Yuan Yijun" (bbbush) <fedora-docs-commits redhat com>
- To: fedora-docs-commits redhat com
- Subject: docs-common/bin fdp-functions,1.12,1.13
- Date: Wed, 22 Feb 2006 02:21:06 -0500
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() {
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]