aboutsummaryrefslogtreecommitdiff
path: root/sboremove
diff options
context:
space:
mode:
Diffstat (limited to 'sboremove')
-rwxr-xr-xsboremove4
1 files changed, 2 insertions, 2 deletions
diff --git a/sboremove b/sboremove
index 4b34838..7ffaf3d 100755
--- a/sboremove
+++ b/sboremove
@@ -55,7 +55,7 @@ my $inst_names = get_inst_names $installed;
my @remove;
for my $sbo (@ARGV) {
- my $test = get_sbo_location $sbo;
+ my $test = get_sbo_location ($sbo);
if ( defined $test ) {
if ($sbo ~~ @$inst_names) {
push @remove, $sbo
@@ -208,4 +208,4 @@ for my $instpkg (@confirmed) {
say "All operations have completed successfully.";
-exit 0; \ No newline at end of file
+exit 0;