diff options
Diffstat (limited to 'sboremove')
-rwxr-xr-x | sboremove | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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; |