summaryrefslogtreecommitdiffstats
path: root/rpm-find-leaves
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mageia.org>2012-03-27 17:15:23 +0000
committerThierry Vignaud <tv@mageia.org>2012-03-27 17:15:23 +0000
commit6aaf7d1e438b9820164b94d3b548a858bb6abf68 (patch)
tree3634d28f369060cb1f2e452b8a6c32a077e14cda /rpm-find-leaves
parent6b1205316bc4f4f521ed6ba6649dbfd2167a2f63 (diff)
downloadurpmi-6aaf7d1e438b9820164b94d3b548a858bb6abf68.tar
urpmi-6aaf7d1e438b9820164b94d3b548a858bb6abf68.tar.gz
urpmi-6aaf7d1e438b9820164b94d3b548a858bb6abf68.tar.bz2
urpmi-6aaf7d1e438b9820164b94d3b548a858bb6abf68.tar.xz
urpmi-6aaf7d1e438b9820164b94d3b548a858bb6abf68.zip
perl_checker cleanups
Diffstat (limited to 'rpm-find-leaves')
-rw-r--r--rpm-find-leaves2
1 files changed, 1 insertions, 1 deletions
diff --git a/rpm-find-leaves b/rpm-find-leaves
index 1a419cbf..87aabdbb 100644
--- a/rpm-find-leaves
+++ b/rpm-find-leaves
@@ -23,7 +23,7 @@ where [options] are from
my $urpm = urpm->new;
-while ($_ = shift) {
+while (my $_ = shift) {
$_ eq '--root' and do {
my $root = shift;
$root and urpm::set_files($urpm, $root);