[Po4a-commits] "po4a/scripts po4aman-display-po,1.11,1.12"

Nicolas FRANCOIS nekral-guest at alioth.debian.org
Mon Jul 17 20:56:17 UTC 2006


Update of /cvsroot/po4a/po4a/scripts
In directory haydn:/tmp/cvs-serv21374/scripts

Modified Files:
	po4aman-display-po 
Log Message:
Do not always use po4a-translate's -o options for the options passed
to po4aman-display-powith -o. Otherwise, we can only specify module
options, and not options for po4a-translate (i.e. we can't specify
something like -o "-L ISO-8859-1").


Index: po4aman-display-po
===================================================================
RCS file: /cvsroot/po4a/po4a/scripts/po4aman-display-po,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- po4aman-display-po	15 Jul 2006 12:31:33 -0000	1.11
+++ po4aman-display-po	17 Jul 2006 20:56:15 -0000	1.12
@@ -27,7 +27,7 @@
       PO="$OPTARG"
       ;;
     o)
-      OPTIONS="-o $OPTARG $OPTIONS"
+      OPTIONS="$OPTIONS $OPTARG"
       ;;
     h)
       usage




More information about the Po4a-commits mailing list