From cad23c11013dd207210533b63fc24d3aa38a1694 Mon Sep 17 00:00:00 2001 From: xocel Date: Sat, 5 Jan 2013 00:29:42 +1300 Subject: reverted get_inst_names back to 1.3, commented out get_installed_sbos, updated get_installed_packages --- sboremove | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sboremove') diff --git a/sboremove b/sboremove index 14631d7..7479f29 100755 --- a/sboremove +++ b/sboremove @@ -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 -- cgit v1.2.3