diff options
-rwxr-xr-x | images/make_boot_img | 2 |
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/) { |