From: Michael Schroeder Date: Wed, 14 May 2014 15:07:28 +0000 (+0200) Subject: add a 'g' to the sed line X-Git-Tag: 0.6.4~13 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=77c0a018bfb0590b708141e5266b7cb0156ca639;p=thirdparty%2Flibsolv.git add a 'g' to the sed line --- diff --git a/tools/repo2solv.sh b/tools/repo2solv.sh index 215b1bc1..11c6567b 100755 --- a/tools/repo2solv.sh +++ b/tools/repo2solv.sh @@ -148,7 +148,7 @@ if test "$repotype" = rpmmd ; then repomd_decompress "$susedataxml" fi echo '' - ) | sed 's/]*>//' | sed '1i\' | rpmmd2solv $parser_options > $primfile || exit 4 + ) | sed 's/]*>//g' | sed '1i\' | rpmmd2solv $parser_options > $primfile || exit 4 fi prodfile=