From 526f1347580139a8c68ebb79f61d561f3d9f99f7 Mon Sep 17 00:00:00 2001 From: Olivier Blin Date: Mon, 11 Feb 2008 21:42:18 +0000 Subject: mark unused variables --- images/make_boot_img | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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/) { -- cgit v1.2.1