diff options
author | xocel <xocel@iquidus.org> | 2013-01-04 13:32:23 +1300 |
---|---|---|
committer | xocel <xocel@iquidus.org> | 2013-01-04 13:32:23 +1300 |
commit | ee8de79e1c248c52083d2c810e9ba9b70f8de851 (patch) | |
tree | 1c0e8fcb3fa03bb8d20fc9ee3dc8faca3a8efb91 /sboupgrade | |
parent | 9b5f214ff711cfba36d03c62dc3f9c8dbe5664c1 (diff) | |
download | sbotools2-ee8de79e1c248c52083d2c810e9ba9b70f8de851.tar.xz |
Added get_installed_packages, modified get_inst_names to be compatible with new sub
Diffstat (limited to 'sboupgrade')
-rwxr-xr-x | sboupgrade | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -255,7 +255,7 @@ sub print_failures { } } -my $inst_names = get_inst_names(get_installed_sbos); +my $inst_names = get_inst_names(get_installed_packages); my $upgrade_queue; @$upgrade_queue = (); # deal with any updates prior to any new installs. |