aboutsummaryrefslogtreecommitdiff
path: root/sboupgrade
diff options
context:
space:
mode:
authorxocel <xocel@iquidus.org>2013-01-04 13:32:23 +1300
committerxocel <xocel@iquidus.org>2013-01-04 13:32:23 +1300
commitee8de79e1c248c52083d2c810e9ba9b70f8de851 (patch)
tree1c0e8fcb3fa03bb8d20fc9ee3dc8faca3a8efb91 /sboupgrade
parent9b5f214ff711cfba36d03c62dc3f9c8dbe5664c1 (diff)
downloadsbotools2-ee8de79e1c248c52083d2c810e9ba9b70f8de851.tar.xz
Added get_installed_packages, modified get_inst_names to be compatible with new sub
Diffstat (limited to 'sboupgrade')
-rwxr-xr-xsboupgrade2
1 files changed, 1 insertions, 1 deletions
diff --git a/sboupgrade b/sboupgrade
index daa6799..18ca6f9 100755
--- a/sboupgrade
+++ b/sboupgrade
@@ -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.