diff options
author | Jacob Pipkin <j@dawnrazor.net> | 2012-11-16 22:22:02 -0600 |
---|---|---|
committer | Jacob Pipkin <j@dawnrazor.net> | 2012-11-16 22:22:02 -0600 |
commit | 3d5dd514a8f536e7747783a0f52e1da19a20eb8d (patch) | |
tree | 8505aede4f7a82200b2b37872bf1ec17916032f0 /sboremove | |
parent | 167298b834386219c491d70c87af7a2130b09e39 (diff) | |
parent | 51b62ac5d35bc6a8987dd34ab896a0308a49dec4 (diff) | |
download | sbotools2-3d5dd514a8f536e7747783a0f52e1da19a20eb8d.tar.xz |
testing branch git-merge'd
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; |