Skip to content
Snippets Groups Projects
Commit 5f5fa845 authored by Hahn Axel (hahn)'s avatar Hahn Axel (hahn)
Browse files

Merge branch '6468-docs-and-harmonize' into 'master'

yum: fix#2

See merge request !145
parents 466a819e af82ede5
Branches
No related tags found
1 merge request!145yum: fix#2
......@@ -37,7 +37,7 @@ function yum.getPackageList(){
local sEnd=$iEnd
test "$iEnd" = "-1" && sEnd='$'
test $iEnd -gt $iStart && echo "$packagemanOut" | sed -n ${iStart},${sEnd}p
# test $iEnd -gt $iStart && echo "$packagemanOut" | sed -n ${iStart},${sEnd}p
if [ $iEnd -gt $iStart ]; then
echo "$packagemanOut" | sed -n ${iStart},${sEnd}p
else
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment