diff options
author | Thierry Vignaud <tv@mageia.org> | 2012-03-24 15:37:02 +0000 |
---|---|---|
committer | Thierry Vignaud <tv@mageia.org> | 2012-03-24 15:37:02 +0000 |
commit | ccccf8692eca0ef709fb8fabc36d65e53a07c23e (patch) | |
tree | ccdf8a8d339a3be23f3eaba840a94db308a2eb76 /lib/Iurt/Process.pm | |
parent | ee9645ee5c60ee5bdce25de9c6a85c5e6a5d3baf (diff) | |
download | iurt-ccccf8692eca0ef709fb8fabc36d65e53a07c23e.tar iurt-ccccf8692eca0ef709fb8fabc36d65e53a07c23e.tar.gz iurt-ccccf8692eca0ef709fb8fabc36d65e53a07c23e.tar.bz2 iurt-ccccf8692eca0ef709fb8fabc36d65e53a07c23e.tar.xz iurt-ccccf8692eca0ef709fb8fabc36d65e53a07c23e.zip |
(sudo) kill unused arg
Diffstat (limited to 'lib/Iurt/Process.pm')
-rw-r--r-- | lib/Iurt/Process.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Iurt/Process.pm b/lib/Iurt/Process.pm index 90c16df..accd636 100644 --- a/lib/Iurt/Process.pm +++ b/lib/Iurt/Process.pm @@ -352,7 +352,7 @@ sub kill_for_good { } sub sudo { - my ($_run, $config, @arg) = @_; + my ($config, @arg) = @_; #plog("Running $config->{iurt_root_command} @arg"); |