Fix mawk issue with upgrade_system

This commit is contained in:
Tony Blyler 2023-10-02 16:34:53 -04:00
parent d04e87da0a
commit f848a2770e
No known key found for this signature in database

View file

@ -48,7 +48,7 @@ upgrade_system() {
}
installed_version = $2
"asdf latest " package | getline
("asdf latest " package) | getline
latest_version = $0
printf package"\t"installed_version"\t"latest_version"\t"
if(installed_version == latest_version) {