Comment spelling fix.
This commit is contained in:
parent
e96ef90c26
commit
e0812c6ac2
@ -23,7 +23,7 @@ _yum_repolist()
|
||||
{
|
||||
# -d 0 causes repolist to output nothing as of yum 3.2.22:
|
||||
# http://yum.baseurl.org/ticket/83
|
||||
# Drop first ("repo id repo name") axnd last ("repolist: ...") rows
|
||||
# Drop first ("repo id repo name") and last ("repolist: ...") rows
|
||||
yum --noplugins -C repolist $1 2>/dev/null | \
|
||||
sed -ne '/^repo\(\s\+id\|list:\)/d' -e 's/[[:space:]].*//p'
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user