Skip to content
Snippets Groups Projects

yum: fix#2

Merged Hahn Axel (hahn) requested to merge 6468-docs-and-harmonize into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -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
Loading