From 23bcfe9b9646200d3a41daea937a027cfa215041 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Sat, 19 Dec 2020 21:05:52 +0100 Subject: perl_checker cleanups --- iurt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/iurt b/iurt index a9300a7..4f2d7af 100755 --- a/iurt +++ b/iurt @@ -132,7 +132,7 @@ $run{todo} = []; sub { my ($tmp, @media) = @_; $tmp->[0]{media} = \@media; 1 }, "Limiting rebuild to the kernel in the given media regexp"], ] , "[options] ", "Create urpmi media inside the chroot instead of using --root (media prefix is like http:///server.mandriva.com/dis/)", - sub { my ($opt, $media) = @_; $run{chrooted_urpmi} = $opt; 1 }, "Activating chroot media" ], + sub { my ($opt, $_media) = @_; $run{chrooted_urpmi} = $opt; 1 }, "Activating chroot media" ], [ "", "clean-all", 0, "", "Clean all remaining chroots for all the users", sub { $run{clean_all} = 1 }, "Activating clean chroot flag" ], -- cgit v1.2.1