Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 591501 Details for
Bug 831631
Fix option syntax in scripts when using xml-commons-resolver
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
Fix option syntax in scripts when using xml-commons-resolver
Fix-option-syntax-in-scripts-when-using-xml-commons-resolver.patch (text/plain), 1.53 KB, created by
David Ward
on 2012-06-13 13:26:33 UTC
(
hide
)
Description:
Fix option syntax in scripts when using xml-commons-resolver
Filename:
MIME Type:
Creator:
David Ward
Created:
2012-06-13 13:26:33 UTC
Size:
1.53 KB
patch
obsolete
>From 76d47faf915ee0cb8328358230685fa4e6766bd3 Mon Sep 17 00:00:00 2001 >From: David Ward <david.ward@ll.mit.edu> >Date: Wed, 13 Jun 2012 08:40:16 -0400 >Subject: [PATCH] Fix option syntax in scripts when using xml-commons-resolver > >--- > saxon.saxon.script | 4 ++-- > saxon.saxonq.script | 4 ++-- > 2 files changed, 4 insertions(+), 4 deletions(-) > >diff --git a/saxon.saxon.script b/saxon.saxon.script >index 784bbb8..732ee8d 100644 >--- a/saxon.saxon.script >+++ b/saxon.saxon.script >@@ -22,12 +22,12 @@ if echo "$CLASSPATH" | grep xml-commons-resolver >/dev/null 2>&1 ; then > r=org.apache.xml.resolver.tools.ResolvingXMLReader > for opt in -x -y ; do > if ! echo $@ | grep "\\$opt " >/dev/null 2>&1 ; then >- args="$args $opt $r" >+ args="$args $opt:$r" > fi > done > r=org.apache.xml.resolver.tools.CatalogResolver > if ! echo $@ | grep "\\-r " >/dev/null 2>&1 ; then >- args="$args -r $r" >+ args="$args -r:$r" > fi > fi > >diff --git a/saxon.saxonq.script b/saxon.saxonq.script >index 2c28edc..83b2a08 100644 >--- a/saxon.saxonq.script >+++ b/saxon.saxonq.script >@@ -22,12 +22,12 @@ if echo "$CLASSPATH" | grep xml-commons-resolver >/dev/null 2>&1 ; then > r=org.apache.xml.resolver.tools.ResolvingXMLReader > for opt in -x -y ; do > if ! echo $@ | grep "\\$opt " >/dev/null 2>&1 ; then >- args="$args $opt $r" >+ args="$args $opt:$r" > fi > done > r=org.apache.xml.resolver.tools.CatalogResolver > if ! echo $@ | grep "\\-r " >/dev/null 2>&1 ; then >- args="$args -r $r" >+ args="$args -r:$r" > fi > fi > >-- >1.7.10.2 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 831631
: 591501