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:
@ -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.
|
||||
|
Reference in New Issue
Block a user