aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThierry Vignaud <thierry.vignaud@gmail.com>2020-12-19 21:05:52 +0100
committerThierry Vignaud <thierry.vignaud@gmail.com>2020-12-19 21:06:45 +0100
commit23bcfe9b9646200d3a41daea937a027cfa215041 (patch)
tree0138ef459afa0fd144dd1c3aea69fc485619b581
parentaac1c9c28c89f310c6f657d0adc435f388d1c54e (diff)
downloadiurt-23bcfe9b9646200d3a41daea937a027cfa215041.tar
iurt-23bcfe9b9646200d3a41daea937a027cfa215041.tar.gz
iurt-23bcfe9b9646200d3a41daea937a027cfa215041.tar.bz2
iurt-23bcfe9b9646200d3a41daea937a027cfa215041.tar.xz
iurt-23bcfe9b9646200d3a41daea937a027cfa215041.zip
perl_checker cleanups
-rwxr-xr-xiurt2
1 files changed, 1 insertions, 1 deletions
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] <media prefix>",
"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" ],