aboutsummaryrefslogtreecommitdiff
path: root/sboremove
diff options
context:
space:
mode:
authorJacob Pipkin <j@dawnrazor.net>2012-11-16 22:22:02 -0600
committerJacob Pipkin <j@dawnrazor.net>2012-11-16 22:22:02 -0600
commit3d5dd514a8f536e7747783a0f52e1da19a20eb8d (patch)
tree8505aede4f7a82200b2b37872bf1ec17916032f0 /sboremove
parent167298b834386219c491d70c87af7a2130b09e39 (diff)
parent51b62ac5d35bc6a8987dd34ab896a0308a49dec4 (diff)
downloadsbotools2-3d5dd514a8f536e7747783a0f52e1da19a20eb8d.tar.xz
testing branch git-merge'd
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;