Cross Reference: xmlto.in.patch
xref
: /
solaris-userland-s11u3
/
components
/
xmlto
/
patches
/
xmlto.in.patch
Home
History
Annotate
Line#
Navigate
Download
Search
only in
./
3665
N/A
Fixes a warning of:
3665
N/A
3665
N/A
/usr/bin/xmlto
: line 325: local: can only be used in a function
3665
N/A
3665
N/A
found by Alan Coopersmith during testing of xmlto with the
X.org
distribution.
3665
N/A
3665
N/A
The change will be sent upstream.
3665
N/A
3665
N/A
---
xmlto-0.0.25/xmlto.in.orig
2014-02-13 13:58:02.220260650 -0800
3665
N/A
+++
xmlto-0.0.25/xmlto.in
2014-02-13 14:03:39.275042953 -0800
3665
N/A
@@ -322,7 +322,7 @@
3665
N/A
shift
3665
N/A
;;
3665
N/A
--searchpath)
3665
N/A
- local oldIFS="${IFS}"
3665
N/A
+ oldIFS="${IFS}"
3665
N/A
IFS=":"
3665
N/A
for asearchpath in "$2"; do
3665
N/A
# wrangle relative paths into absolute ones so that the user