Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix bug where, in the case where multiple steps are set on the comman…
…d line, the implicit pipeline construction always fails.
  • Loading branch information
ndw committed Feb 11, 2014
1 parent 86b7e86 commit c5ecb76
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/com/xmlcalabash/util/UserArgs.java
Expand Up @@ -769,7 +769,6 @@ public XdmNode getImplicitPipeline(XProcRuntime runtime) throws IOException {
}

tree.addEndElement();
tree.endDocument();
}

tree.addEndElement();
Expand Down

0 comments on commit c5ecb76

Please sign in to comment.