2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-07-14 16:51:30 +00:00

Keep finding better wording

This commit is contained in:
Wai Yee Wong
2021-07-08 16:36:53 -04:00
parent 954e12596d
commit f7feaf6005

View File

@ -633,7 +633,7 @@ function check_repo_version_dnf()
local num_version=0
# The following while loop scans the array entries. last_index points to the last
# entry.
# entry of the current package being looked at.
local last_index=0
# Obtain the version of a package currently installed on the system.
@ -755,7 +755,7 @@ function check_repo_version_yum()
local num_version=0
# The following while loop scans the array entries. last_index points to the last
# entry.
# entry of the current package being looked at.
local last_index=0
# Obtain the version of a package currently installed on the system.