Fix mawk
issue with upgrade_system
This commit is contained in:
parent
d04e87da0a
commit
f848a2770e
1 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,7 @@ upgrade_system() {
|
||||||
}
|
}
|
||||||
|
|
||||||
installed_version = $2
|
installed_version = $2
|
||||||
"asdf latest " package | getline
|
("asdf latest " package) | getline
|
||||||
latest_version = $0
|
latest_version = $0
|
||||||
printf package"\t"installed_version"\t"latest_version"\t"
|
printf package"\t"installed_version"\t"latest_version"\t"
|
||||||
if(installed_version == latest_version) {
|
if(installed_version == latest_version) {
|
||||||
|
|
Loading…
Reference in a new issue