diff options
Diffstat (limited to 'sboremove')
-rwxr-xr-x | sboremove | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -196,7 +196,7 @@ unless ($non_int) { } } -system("/sbin/removepkg $_") for @confirmed; +system("/sbin/removepkg", $_) for @confirmed; say "All operations have completed successfully."; |