From c035e2e47c068fca60082a4bfc8a65744d43552c Mon Sep 17 00:00:00 2001 From: Yuan Yijun Date: Wed, 22 Feb 2006 07:20:53 +0000 Subject: wrong argument sequence :( --- bin/fdp-functions | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin') diff --git a/bin/fdp-functions b/bin/fdp-functions index 0b85f73..beb3e6c 100644 --- a/bin/fdp-functions +++ b/bin/fdp-functions @@ -104,7 +104,7 @@ apply_po() { echo "apply_po: file '${POFILE}' not found." >&2 return 1 fi - xml2po "$1" -p "${POFILE}" + xml2po -p "${POFILE}" "$1" } prettyprint() { -- cgit