From d29cb5065ffef0450ffe052597cd135880813ac9 Mon Sep 17 00:00:00 2001 From: Andreas Guldstrand Date: Tue, 3 May 2016 00:05:29 +0200 Subject: sboremove: pass arguments to system() safely --- sboremove | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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."; -- cgit v1.2.3