Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
zypp: Fix XPath expressions.
  • Loading branch information
rwmjones committed Apr 29, 2013
1 parent 67194fc commit 3329297
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/supermin_zypp_rpm.ml
Expand Up @@ -139,8 +139,8 @@ zypper \
--dry-run \
%s | \
xml sel -t \
-m \"stream/install-summary/to-install/solvable[%%@type='package']\" \
-c \"string(%%@name)\" -n
-m \"stream/install-summary/to-install/solvable[@type='package']\" \
-c \"string(@name)\" -n
"
(if verbose then "set -x" else "")
(if verbose then "--verbose --verbose" else "--quiet")
Expand Down

0 comments on commit 3329297

Please sign in to comment.