3075a23
diff -urNp xmlto-0.0.21-orig/THANKS xmlto-0.0.21/THANKS
3075a23
--- xmlto-0.0.21-orig/THANKS	2008-02-25 15:24:59.000000000 +0100
3075a23
+++ xmlto-0.0.21/THANKS	2009-01-05 17:55:58.000000000 +0100
3075a23
@@ -11,3 +11,4 @@ Shlomi Fish <shlomif@gmail.com>
3075a23
 Braden McDaniel <braden@endoframe.com>
3075a23
 Andreas Hoenen <andreas.hoenen@arcor.de>
3075a23
 Graham Wilson <graham@debian.org>
3075a23
+Joseph Parmelee <jparmele@wildbear.com>
3075a23
diff -urNp xmlto-0.0.21-orig/xmlto.in xmlto-0.0.21/xmlto.in
3075a23
--- xmlto-0.0.21-orig/xmlto.in	2008-05-30 15:41:31.000000000 +0200
3075a23
+++ xmlto-0.0.21/xmlto.in	2009-01-05 17:55:12.000000000 +0100
3075a23
@@ -273,8 +273,8 @@ while [ "$#" -gt "0" ]; do
3075a23
 	;;
3075a23
   --stringparam)
3075a23
 	MYPARAM="$2"
3075a23
-	XSLTPARAMS="XSLTPARAMS --stringparam ${MYPARAM%=*}"
3075a23
-	XSLTPARAMS="XSLTPARAMS $MYPARAM#*=}"
3075a23
+	XSLTPARAMS="$XSLTPARAMS --stringparam ${MYPARAM%=*}"
3075a23
+	XSLTPARAMS="$XSLTPARAMS ${MYPARAM#*=}"
3075a23
 	shift 2
3075a23
 	;;
3075a23
   --noclean)