aboutsummaryrefslogtreecommitdiff
path: root/sboremove
diff options
context:
space:
mode:
Diffstat (limited to 'sboremove')
-rwxr-xr-xsboremove2
1 files changed, 1 insertions, 1 deletions
diff --git a/sboremove b/sboremove
index d03ca21..dc1c722 100755
--- a/sboremove
+++ b/sboremove
@@ -196,7 +196,7 @@ unless ($non_int) {
}
}
-system("/sbin/removepkg $_") for @confirmed;
+system("/sbin/removepkg", $_) for @confirmed;
say "All operations have completed successfully.";