Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 258910 - app-text/xmlto: --stringparam broken
Summary: app-text/xmlto: --stringparam broken
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo SGML project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-02-14 00:32 UTC by Christoph Mende (RETIRED)
Modified: 2009-05-22 12:59 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Christoph Mende (RETIRED) gentoo-dev 2009-02-14 00:32:55 UTC
this patch (stolen from the debian BTS) outlines the problem and its fix (in /usr/bin/xmlto):
@@ -272,8 +272,8 @@
        ;;
   --stringparam)
        MYPARAM="$2"
-       XSLTPARAMS="XSLTPARAMS --stringparam ${MYPARAM%=*}"
-       XSLTPARAMS="XSLTPARAMS $MYPARAM#*=}"
+       XSLTPARAMS="$XSLTPARAMS --stringparam ${MYPARAM%=*}"
+       XSLTPARAMS="$XSLTPARAMS ${MYPARAM#*=}"
        shift 2
        ;;
   --noclean)
Comment 1 Samuli Suominen (RETIRED) gentoo-dev 2009-05-22 12:59:34 UTC
Looks like this is fixed with 0.0.22