xmlto.in.patch revision 3665
3665N/AFixes a warning of:
3665N/A
3665N/A /usr/bin/xmlto: line 325: local: can only be used in a function
3665N/A
3665N/Afound by Alan Coopersmith during testing of xmlto with the X.org distribution.
3665N/A
3665N/AThe change will be sent upstream.
3665N/A
3665N/A--- xmlto-0.0.25/xmlto.in.orig 2014-02-13 13:58:02.220260650 -0800
3665N/A+++ xmlto-0.0.25/xmlto.in 2014-02-13 14:03:39.275042953 -0800
3665N/A@@ -322,7 +322,7 @@
3665N/A shift
3665N/A ;;
3665N/A --searchpath)
3665N/A- local oldIFS="${IFS}"
3665N/A+ oldIFS="${IFS}"
3665N/A IFS=":"
3665N/A for asearchpath in "$2"; do
3665N/A # wrangle relative paths into absolute ones so that the user