23 lines
970 B
Diff
23 lines
970 B
Diff
diff -urNp xmlto-0.0.20-orig/THANKS xmlto-0.0.20/THANKS
|
|
--- xmlto-0.0.20-orig/THANKS 2008-01-15 13:56:45.000000000 +0100
|
|
+++ xmlto-0.0.20/THANKS 2009-02-02 13:03:10.000000000 +0100
|
|
@@ -9,3 +9,4 @@ Tommy Reynolds <tommy.reynolds@megacoder
|
|
Coleman Kane <cokane@cokane.org>
|
|
Shlomi Fish <shlomif@gmail.com>
|
|
Braden McDaniel <braden@endoframe.com>
|
|
+Joseph Parmelee <jparmele@wildbear.com>
|
|
diff -urNp xmlto-0.0.20-orig/xmlto.in xmlto-0.0.20/xmlto.in
|
|
--- xmlto-0.0.20-orig/xmlto.in 2009-02-02 13:00:17.000000000 +0100
|
|
+++ xmlto-0.0.20/xmlto.in 2009-02-02 13:02:41.000000000 +0100
|
|
@@ -241,8 +241,8 @@ while [ "$#" -gt "0" ]; do
|
|
;;
|
|
--stringparam)
|
|
MYPARAM="$2"
|
|
- XSLTPARAMS="XSLTPARAMS --stringparam ${MYPARAM%=*}"
|
|
- XSLTPARAMS="XSLTPARAMS $MYPARAM#*=}"
|
|
+ XSLTPARAMS="$XSLTPARAMS --stringparam ${MYPARAM%=*}"
|
|
+ XSLTPARAMS="$XSLTPARAMS ${MYPARAM#*=}"
|
|
shift 2
|
|
;;
|
|
--noclean)
|
|
Binární soubory xmlto-0.0.20-orig/.xmlto.in.swp a xmlto-0.0.20/.xmlto.in.swp jsou různé
|