summaryrefslogtreecommitdiffstats
path: root/images
diff options
context:
space:
mode:
authorOlivier Blin <oblin@mandriva.com>2008-02-11 21:42:18 +0000
committerOlivier Blin <oblin@mandriva.com>2008-02-11 21:42:18 +0000
commit526f1347580139a8c68ebb79f61d561f3d9f99f7 (patch)
tree3df9cd7a3a686a4cea09848ee2695bb2cfa31a6d /images
parent93b72c79e1c65eb223723874d1b768460c3c4fc9 (diff)
downloaddrakx-backup-do-not-use-526f1347580139a8c68ebb79f61d561f3d9f99f7.tar
drakx-backup-do-not-use-526f1347580139a8c68ebb79f61d561f3d9f99f7.tar.gz
drakx-backup-do-not-use-526f1347580139a8c68ebb79f61d561f3d9f99f7.tar.bz2
drakx-backup-do-not-use-526f1347580139a8c68ebb79f61d561f3d9f99f7.tar.xz
drakx-backup-do-not-use-526f1347580139a8c68ebb79f61d561f3d9f99f7.zip
mark unused variables
Diffstat (limited to 'images')
-rwxr-xr-ximages/make_boot_img2
1 files changed, 1 insertions, 1 deletions
diff --git a/images/make_boot_img b/images/make_boot_img
index efb3b661e..a40b29d74 100755
--- a/images/make_boot_img
+++ b/images/make_boot_img
@@ -464,7 +464,7 @@ image=/vmlinux$I.gz
}
sub boot_img_ppc {
- my ($type, $I, $img, $kernel) = @_;
+ my ($_type, $I, $_img, $_kernel) = @_;
foreach (glob("all.kernels/*")) {
my $ext = basename($_);
if ($ext =~ /legacy/) {