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

yum: fix#2

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