diff options
author | xocel <xocel@iquidus.org> | 2013-01-05 00:29:42 +1300 |
---|---|---|
committer | xocel <xocel@iquidus.org> | 2013-01-05 00:29:42 +1300 |
commit | cad23c11013dd207210533b63fc24d3aa38a1694 (patch) | |
tree | 6f9d1e47336c4b6ab8582e64585e0aad49297bae /sboremove | |
parent | ee8de79e1c248c52083d2c810e9ba9b70f8de851 (diff) | |
download | sbotools-cad23c11013dd207210533b63fc24d3aa38a1694.tar.xz |
reverted get_inst_names back to 1.3, commented out get_installed_sbos, updated get_installed_packages
Diffstat (limited to 'sboremove')
-rwxr-xr-x | sboremove | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -50,7 +50,7 @@ show_usage and exit 0 unless exists $ARGV[0]; # ensure that all provided arguments are valid sbos my @sbos; -my $inst_names = get_inst_names(get_installed_packages, "SBO"); +my $inst_names = get_inst_names(get_installed_packages 'SBO'); for my $sbo (@ARGV) { if (get_sbo_location($sbo)) { $sbo ~~ @$inst_names ? push @sbos, $sbo |